# 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 = "openapi-interfaces" version = "0.4.0" authors = ["Eric Kidd "] description = "Generate OpenAPI schemas for related GET, POST, PUT and JSON Merge Patch types" homepage = "https://github.com/faradayio/openapi-interfaces" readme = "README.md" keywords = [ "openapi", "schema", "json-merge-patch", ] categories = [ "command-line-utilities", "web-programming", "ffi", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/faradayio/openapi-interfaces" [dependencies.anyhow] version = "1.0.44" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.env_logger] version = "0.9.0" [dependencies.json-patch] version = "0.2.6" [dependencies.log] version = "0.4.14" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.serde_with] version = "1.10.0" [dependencies.serde_yaml] version = "0.8.21" [dependencies.structopt] version = "0.3.23" [dependencies.termcolor] version = "1.1.2" [dependencies.topological-sort] version = "0.1.0" [dev-dependencies.pretty_assertions] version = "1.2.1"