hurl/packages/hurl_core/Cargo.toml
2022-11-07 13:11:48 +00:00

21 lines
432 B
TOML

[package]
name = "hurl_core"
version = "1.9.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2021"
license = "Apache-2.0"
description = "Hurl Core"
documentation = "https://hurl.dev"
homepage = "https://hurl.dev"
repository = "https://github.com/Orange-OpenSource/hurl"
[features]
# Treat warnings as a build error.
strict = []
[dependencies]
float-cmp = "0.9.0"
sxd-document = "0.3.2"
regex = "1.7.0"