# 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-compile" version = "0.1.2" authors = ["Ari Seyhun "] description = "Compile microservices built with Awto" readme = "../README.md" keywords = ["awto", "database", "protobuf", "schema", "macros"] categories = ["compilers", "database", "development-tools", "encoding", "parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/awto-rs/awto" [dependencies.awto] version = "0.1.2" [dependencies.chrono] version = "0.4" [dependencies.heck] version = "0.3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.sqlx] version = "0.5" features = ["postgres", "runtime-tokio-rustls"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.12" features = ["fs"] optional = true default-features = false [dependencies.tokio-stream] version = "0.1" [dependencies.tonic-build] version = "0.5" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.tokio] version = "1.12" features = ["full"] [features] async = ["tokio"] default = []