# 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 = "crcnt_muligo" version = "0.1.1" description = "CRCNT Multi Languages Component" homepage = "https://github.com/CRCNT/crcnt_ddd/tree/main/muligo" documentation = "https://github.com/CRCNT/crcnt_ddd/tree/main/muligo" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CRCNT/crcnt_ddd/tree/main/muligo" resolver = "1" [lib] name = "crcnt_mulingo" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.crcnt_ddd] version = "0.2" [dependencies.crcnt_ddd_macros] version = "0.2" [dependencies.mysql_async] version = "0.31" [dependencies.mysql_common] version = "0.29" features = ["chrono"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.23" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "time", "local-time", ] [dependencies.ulid] version = "1.0" [dev-dependencies]