# 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" name = "hurl_core" version = "5.0.1" authors = [ "Fabrice Reix ", "Jean-Christophe Amiel ", "Filipe Pinto ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hurl Core" homepage = "https://hurl.dev" documentation = "https://hurl.dev" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Orange-OpenSource/hurl" [lib] name = "hurl_core" path = "src/lib.rs" [[test]] name = "json" path = "tests/json.rs" [dependencies.colored] version = "2.1.0" [dependencies.float-cmp] version = "0.9.0" [dependencies.libxml] version = "0.3.3" [dependencies.regex] version = "1.10.6" [lints.clippy] empty_structs_with_brackets = "deny" manual_string_new = "deny" semicolon_if_nothing_returned = "deny" [lints.rust] warnings = "deny"