# 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 = "cargo-openapi" version = "0.2.0" authors = ["MatrixSenpai "] description = "A binary to handle generation of rust models & apis from OpenAPI v2, v3, and v3.1 specs working through cargo or on command line" license-file = "LICENSE.md" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.sw4rm-rs] version = "0.2.0" [dependencies.sw4rm-rs-generation] version = "0.2.0"