# 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 = "postman2openapi-cli" version = "1.2.1" authors = ["Kevin Swiber "] build = "build.rs" description = "Convert a Postman collection to an OpenAPI definition. " homepage = "https://github.com/kevinswiber/postman2openapi" documentation = "https://docs.rs/postman2openapi" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kevinswiber/postman2openapi" [[bin]] name = "postman2openapi" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "3.2" features = ["cargo"] [dependencies.lazy_static] version = "1.4.0" [dependencies.postman2openapi] version = "1.1.0" [build-dependencies.chrono] version = "0.4"