hurl/packages/hurl_core/Cargo.toml

18 lines
239 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurl_core"
2021-01-05 09:55:20 +03:00
version = "1.1.0"
2020-11-02 20:30:13 +03:00
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
[features]
# Treat warnings as a build error.
strict = []
[dependencies]
float-cmp = "0.6.0"
2020-11-02 20:36:20 +03:00
sxd-document = "0.3.2"
2020-11-02 20:30:13 +03:00