# 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 = "tidb_pool" version = "0.1.2" authors = ["Rust Latam "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate that creates a MySQL connection pool for TiDB using a TOML configuration file." homepage = "https://github.com/your-username/tidb_pool" documentation = "https://docs.rs/tidb_pool" readme = "README.md" keywords = [ "tidb", "mysql", "pool", "connection", "sqlx", ] categories = [ "database", "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/your-username/tidb_pool" [lib] name = "tidb_pool" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.8" features = [ "mysql", "chrono", "runtime-tokio-rustls", "macros", ] [dependencies.tracing] version = "0.1" [dev-dependencies.toml] version = "0.8.19"