hurl/packages/hurl_core/Cargo.toml
2024-03-23 11:52:05 +00:00

19 lines
494 B
TOML

[package]
name = "hurl_core"
version = "4.3.0-SNAPSHOT"
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@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"
[dependencies]
float-cmp = "0.9.0"
libxml = "0.3.3"
regex = "1.10.4"
[lints]
workspace = true