# 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 = "apigen" version = "0.3.1" authors = ["Fedor Tkachenko "] description = "A tool to genearate REST API written in Rust" homepage = "https://github.com/Pulko/apigen" readme = "README.md" keywords = [ "cli", "template", "rest", "api", "generator", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Pulko/apigen" [[bin]] name = "apigen" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.include_dir] version = "0.7.4" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.short-uuid] version = "0.1.2" [dependencies.tera] version = "1.20.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.tokio] version = "1.38.0" features = ["full"]