# 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 = "madtofan-microservice-common" version = "0.1.1" description = "Common library for rust full rust stack microservices" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.68" [dependencies.axum] version = "0.6.6" features = ["tower-log"] [dependencies.bytes] version = "1.4.0" [dependencies.prost] version = "0.11.6" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.sqlx] version = "0.6.2" features = [ "postgres", "runtime-tokio-rustls", ] [dependencies.thiserror] version = "1.0.38" [dependencies.tonic] version = "0.8.3" [dependencies.validator] version = "0.16.0" features = ["derive"] [build-dependencies.tonic-build] version = "0.8.4"