hurl/packages/hurl_core/Cargo.toml
2021-01-09 09:19:24 +01:00

19 lines
320 B
TOML

[package]
name = "hurl_core"
version = "1.1.0"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
license = "http://www.apache.org/licenses/LICENSE-2.0"
description = "Hurl Core"
[features]
# Treat warnings as a build error.
strict = []
[dependencies]
float-cmp = "0.6.0"
sxd-document = "0.3.2"