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"
|
2021-02-10 22:12:17 +03:00
|
|
|
license = "Apache-2.0"
|
2021-02-10 22:17:10 +03:00
|
|
|
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"
|
2023-09-09 17:52:11 +03:00
|
|
|
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
|