# 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 = "2018" name = "openapiv3" version = "1.0.4" authors = ["Glade Miller "] description = "This crate provides data structures that represent the OpenAPI v3.0.x specification easily deserializable with serde." homepage = "https://github.com/glademiller/openapiv3" readme = "README.md" keywords = [ "openapi", "v3", ] license = "MIT/Apache-2.0" repository = "https://github.com/glademiller/openapiv3" [dependencies.indexmap] version = "1.0" features = ["serde-1"] [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 = []