hurl/packages/hurl_core/Cargo.toml

22 lines
424 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurl_core"
2021-03-03 15:39:02 +03:00
version = "1.3.0"
2020-11-02 20:30:13 +03:00
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
edition = "2018"
license = "Apache-2.0"
description = "Hurl Core"
documentation = "https://hurl.dev"
homepage = "https://hurl.dev"
repository = "https://github.com/Orange-OpenSource/hurl"
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"
2021-05-25 17:56:55 +03:00
regex = "1.1.0"
2020-11-02 20:30:13 +03:00