hurl/packages/hurl_core/Cargo.toml

21 lines
432 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurl_core"
version = "4.0.0-SNAPSHOT"
2020-11-02 20:30:13 +03:00
authors = ["Fabrice Reix <fabrice.reix@orange.com>"]
2022-05-09 15:00:50 +03:00
edition = "2021"
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]
2021-07-24 10:42:46 +03:00
float-cmp = "0.9.0"
2020-11-02 20:36:20 +03:00
sxd-document = "0.3.2"
2023-06-01 17:35:26 +03:00
regex = "1.8.3"