# 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 = "mysql_macro" version = "0.1.47" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mysql macro for mysql_async" homepage = "https://github.com/i18n-site/rust/tree/main/mysql_macro" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" [lib] name = "mysql_macro" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.genv] version = "0.1.12" [dependencies.gxhash] version = "3.4.1" [dependencies.mysql_async] version = "0.34.2" features = [ "tracing", "derive", "nightly", ] [dependencies.rustc-hex] version = "2.1.0" [dependencies.static_init] version = "1.0.3" features = [ "lock_statistics", "parking_lot", "parking_lot_core", ] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "time", "rt-multi-thread", "macros", "rt", ] [dependencies.trt] version = "0.1.29" [dependencies.xstr] version = "0.1.11" [dev-dependencies.aok] version = "0.1.15" [dev-dependencies.loginit] version = "0.1.13" [dev-dependencies.tokio] version = "1.39.2" features = [ "time", "rt-multi-thread", "macros", "rt", ] [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.tracing] version = "0.1.40"