# 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 = "oas3" version = "0.12.1" authors = [ "softprops ", "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 = [ "openapi", "oas3", "swagger", "api", "oas", ] categories = [ "data-structures", "parsing", ] license = "MIT" repository = "https://github.com/x52dev/oas3-rs" [lib] name = "oas3" path = "src/lib.rs" [[example]] name = "printer" path = "examples/printer.rs" [dependencies.derive_more] version = "1" features = [ "display", "error", "from", ] [dependencies.http] version = "1" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1.11.0" [dependencies.semver] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yml] version = "0.0.12" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.eyre] version = "0.6.12" [dev-dependencies.indoc] version = "2" [dev-dependencies.pretty_assertions] version = "1" [features] default = ["validation"] validation = [] [lints.rust] future_incompatible = "deny" nonstandard_style = "deny" rust_2018_idioms = "deny" [lints.rust.missing_debug_implementations] level = "warn" priority = -1