hurl 8.0.0

Hurl, run and test HTTP requests
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95.0"
name = "hurl"
version = "8.0.0"
authors = [
    "Fabrice Reix <fabrice.reix@orange.com>",
    "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>",
    "Filipe Pinto <filipe.pinto@orange.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hurl, run and test HTTP requests"
homepage = "https://hurl.dev"
documentation = "https://hurl.dev"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Orange-OpenSource/hurl"
resolver = "2"

[features]
static-openssl = [
    "curl/static-ssl",
    "curl-sys/static-ssl",
]

[lib]
name = "hurl"
path = "src/lib.rs"

[[bin]]
name = "hurl"
path = "src/main.rs"

[[test]]
name = "sample"
path = "tests/sample.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.brotli]
version = "8.0.2"

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4.6.1"
features = [
    "string",
    "wrap_help",
]

[dependencies.curl]
version = "0.4.49"

[dependencies.curl-sys]
version = "0.4.87"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.glob]
version = "0.3.3"

[dependencies.hurl_core]
version = "8.0.0"

[dependencies.libflate]
version = "2.3.0"

[dependencies.libxml]
version = "0.3.9"

[dependencies.md5]
version = "0.8.0"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"
features = ["arbitrary_precision"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.similar]
version = "3.1.0"

[dependencies.terminal_size]
version = "0.4.4"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.23.1"
features = [
    "v4",
    "fast-rng",
]

[dependencies.xml]
version = "1.2.1"

[build-dependencies.cc]
version = "1.2.61"

[target."cfg(windows)".build-dependencies.winres]
version = "0.1.12"

[lints.clippy]
empty_structs_with_brackets = "deny"
manual_string_new = "deny"
semicolon_if_nothing_returned = "deny"
wildcard-imports = "deny"

[lints.rust]
warnings = "deny"