# 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 = "openapiv3-paper" version = "2.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides data structures that represent the OpenAPI v3.0.x specification easily deserializable with serde. It's a fork from openapiv3 with a simple patch on top." homepage = "https://github.com/paperclip-rs/openapiv3" readme = "README.md" keywords = [ "openapi", "v3", ] license = "MIT/Apache-2.0" repository = "https://github.com/paperclip-rs/openapiv3" [lib] name = "openapiv3" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.indexmap] version = "2.0.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.newline-converter] version = "0.3.0" [dev-dependencies.serde_yaml] version = "0.9" [features] skip_serializing_defaults = []