# 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 = "s2o" version = "0.6.0" description = "A command line tool to convert swagger (OpenAPI) v2 to OpenAI code format" homepage = "https://github.com/0xksure/api-pilot" documentation = "https://github.com/0xksure/api-pilot/blob/main/README.md" readme = "README.md" keywords = [ "cli", "OpenAPI", "OpenAI", "ChatGPT", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/0xksure/api-pilot" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.oas3] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha256] version = "1.4.0" [dependencies.utoipa] version = "4"