hurl/packages/hurl_core/Cargo.toml

19 lines
492 B
TOML
Raw Normal View History

2020-11-02 20:30:13 +03:00
[package]
name = "hurl_core"
2024-09-11 16:35:35 +03:00
version = "6.0.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]
2024-04-27 11:14:21 +03:00
colored = "2.1.0"
libxml = "0.3.3"
2024-10-25 06:07:56 +03:00
regex = "1.11.1"
2024-03-04 17:10:06 +03:00
[lints]
workspace = true