# 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 = "2021" rust-version = "1.78.0" name = "hurlfmt" version = "5.0.0" authors = [ "Fabrice Reix ", "Jean-Christophe Amiel ", "Filipe Pinto ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Format Hurl files" homepage = "https://hurl.dev" documentation = "https://hurl.dev" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Orange-OpenSource/hurl" [lib] name = "hurlfmt" path = "src/lib.rs" [[bin]] name = "hurlfmt" path = "src/main.rs" [[test]] name = "json" path = "tests/json.rs" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.16" features = [ "cargo", "wrap_help", ] [dependencies.hurl_core] version = "5.0.0" [dependencies.regex] version = "1.10.6" [dev-dependencies.proptest] version = "1.5.0" [lints.clippy] empty_structs_with_brackets = "deny" manual_string_new = "deny" semicolon_if_nothing_returned = "deny" [lints.rust] warnings = "deny"