[[bin]]
name = "hurlfmt"
path = "src/main.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.clap]
features = ["cargo", "wrap_help"]
version = "4.5.32"
[dependencies.hurl_core]
version = "6.1.0"
[dependencies.regex]
version = "1.11.1"
[dev-dependencies.proptest]
version = "1.6.0"
[lib]
name = "hurlfmt"
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 = "Format Hurl files"
documentation = "https://hurl.dev"
edition = "2021"
homepage = "https://hurl.dev"
license = "Apache-2.0"
name = "hurlfmt"
readme = "README.md"
repository = "https://github.com/Orange-OpenSource/hurl"
rust-version = "1.85.0"
version = "6.1.0"
[[test]]
name = "json"
path = "tests/json.rs"