hurl/packages/hurl_core/Cargo.toml

19 lines
288 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurl_core"
2021-02-08 12:32:47 +03:00
version = "1.2.0"
2020-11-02 20:30:13 +03:00
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
license = "Apache-2.0"
2021-01-09 11:19:24 +03:00
description = "Hurl Core"
2020-11-02 20:30:13 +03:00
[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