[dependencies.colored]
version = "3.0.0"
[dependencies.libxml]
version = "0.3.6"
[dependencies.regex]
version = "1.11.1"
[lib]
name = "hurl_core"
path = "src/lib.rs"
[lints.clippy]
empty_structs_with_brackets = "deny"
manual_string_new = "deny"
semicolon_if_nothing_returned = "deny"
wildcard-imports = "deny"
[lints.rust]
warnings = "deny"
[package]
authors = ["Fabrice Reix <fabrice.reix@orange.com>", "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>", "Filipe Pinto <filipe.pinto@orange.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hurl Core"
documentation = "https://hurl.dev"
edition = "2021"
homepage = "https://hurl.dev"
license = "Apache-2.0"
name = "hurl_core"
readme = "README.md"
repository = "https://github.com/Orange-OpenSource/hurl"
version = "7.0.0"
[[test]]
name = "json"
path = "tests/json.rs"