# 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-connector" version = "0.0.2" authors = [ "Untbu", "Comet1903", ] exclude = ["/.github"] description = "Simple MySQL connector that allows exchanging the underlying connection" readme = "README.md" categories = ["database"] license = "MIT" repository = "https://github.com/riseupgroup/mysql-connector" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "2.5.0" [dependencies.btoi] version = "0.4.3" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.38" [dependencies.crossbeam] version = "0.8.4" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.mysql-connector-macros] version = "0.0.2" [dependencies.paste] version = "1.0.15" [dependencies.serde] version = "1.0.203" optional = true [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1.38.0" features = [ "sync", "io-util", ] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.38.0" features = [ "sync", "io-util", "macros", "rt-multi-thread", ] [features] default = [ "tcpstream", "time", ] serde = ["dep:serde"] tcpstream = ["tokio/net"] time = ["tokio/time"]