# 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 = "openapi-31" version = "0.4.0" authors = ["Hamed Zaghaghi "] description = "OpenAPI v3.1 Specification" homepage = "https://github.com/zaghaghi/openapi-tui" readme = "README.md" license = "MIT" repository = "https://github.com/zaghaghi/openapi-tui" [dependencies.derive_more] version = "0.99.17" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.serde_with] version = "3.7.0" [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", ]