# 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 = "paperclip-ng" version = "0.1.1" description = "Experimental OpenAPI V3.0.3 Code Generator" homepage = "https://github.com/paperclip-rs/paperclip" keywords = [ "openapi", "openapiv3", "cli", "codegen", ] license = "MIT OR Apache-2.0" repository = "https://github.com/paperclip-rs/paperclip" [[bin]] name = "paperclip-ng" path = "src/bin/cli/main.rs" [dependencies.env_logger] version = "0.8" [dependencies.heck] version = "0.4" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" features = ["kv_unstable"] [dependencies.openapiv3-paper] version = "2.0" [dependencies.ramhorns] version = "1.0" features = ["indexes"] default-features = false [dependencies.ramhorns-derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0"