# 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 = "awto-cli" version = "0.1.2" authors = ["Ari Seyhun "] description = "Awto cli for compiling microservices" readme = "../README.md" keywords = ["awto", "database", "protobuf", "schema", "macros"] categories = ["command-line-utilities", "compilers", "database", "encoding", "parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/awto-rs/awto" [[bin]] name = "awto" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.colored] version = "2.0" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.12" features = ["fs", "io-util", "macros", "process", "rt", "rt-multi-thread"] [dependencies.toml] version = "0.5" [dependencies.toml_edit] version = "0.6"