hurl/packages/hurl_core/Cargo.toml

16 lines
468 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurl_core"
2023-09-21 15:08:40 +03:00
version = "4.2.0-SNAPSHOT"
2023-09-29 14:49:22 +03:00
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@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
[dependencies]
2021-07-24 10:42:46 +03:00
float-cmp = "0.9.0"
libxml = "0.3.3"
2023-10-10 06:01:48 +03:00
regex = "1.10.0"