# 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 = "swagger_to" version = "0.4.4" authors = ["silverage "] description = "Generate code based on swagger.json." readme = "README.md" license = "MIT" repository = "https://github.com/yuhongda/swagger-to-for-rust" [package.metadata.bundle] assets = ["assets/utils.ts"] [[bin]] name = "swagger_to" test = false bench = false [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.inquire] version = "0.6.2" [dependencies.reqwest] version = "0.11.17" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = ["full"]