# 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 = "cali_core" version = "0.2.1" description = "Cali is a batteries included, opinionated rust based microservice framework." readme = "README.md" license = "MIT" repository = "https://github.com/DiaanEngelbrecht/cali" resolver = "1" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.1.1" [dependencies.regex] version = "1" [dependencies.sqlx] version = "0.7.1" features = [ "runtime-tokio-native-tls", "mysql", "chrono", "bigdecimal", "macros", ] default-features = false [dependencies.tokio] version = "1.32" features = [ "rt-multi-thread", "time", "macros", "signal", "process", ] [dependencies.tonic] version = "0.9.2" [dependencies.tower] version = "0.4.13"