# 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.75" name = "roast" version = "0.2.0" authors = ["Rob Ede "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Structures and tools to parse, navigate, and validate OpenAPI v3.1 specifications" readme = "README.md" keywords = [ "oas3", "openapi", "swagger", "api", "conformance", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/x52dev/oas3-rs" [lib] name = "roast" path = "src/lib.rs" [[example]] name = "complex-validation" path = "examples/complex-validation.rs" [[example]] name = "conformance" path = "examples/conformance.rs" [dependencies.bytes] version = "1.7" [dependencies.colored] version = "2" [dependencies.derive_more] version = "1" features = [ "display", "error", "from", ] [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1" [dependencies.log] version = "0.4" [dependencies.oas3] version = "0.12" [dependencies.once_cell] version = "1" [dependencies.prettytable-rs] version = "0.10" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde_json] version = "1" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.eyre] version = "0.6.12" [dev-dependencies.maplit] version = "1" [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [lints.rust] future_incompatible = "deny" nonstandard_style = "deny" rust_2018_idioms = "deny" [lints.rust.missing_debug_implementations] level = "warn" priority = -1