# 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" version = "25.0.1" authors = ["blackbeam"] build = "build.rs" exclude = [ "tests/*", ".*", "Makefile", ] description = "Mysql client library implemented in rust" documentation = "https://docs.rs/mysql" readme = "README.md" keywords = [ "database", "sql", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/blackbeam/rust-mysql-simple" [profile.bench] debug = 2 [lib] name = "mysql" path = "src/lib.rs" [dependencies.bufstream] version = "~0.1" [dependencies.bytes] version = "1.0.1" [dependencies.crossbeam] version = "0.8.1" [dependencies.flate2] version = "1.0" default-features = false [dependencies.io-enum] version = "1.0.0" [dependencies.lru] version = "0.12" [dependencies.mysql_common] version = "0.32" default-features = false [dependencies.native-tls] version = "0.2.3" optional = true [dependencies.pem] version = "3" [dependencies.percent-encoding] version = "2.1.0" [dependencies.rustls] version = "0.23" optional = true [dependencies.rustls-pemfile] version = "2.1" optional = true [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.socket2] version = "0.5.2" [dependencies.twox-hash] version = "1" [dependencies.url] version = "2.1" [dependencies.webpki] version = "0.22.0" features = ["std"] optional = true [dependencies.webpki-roots] version = "0.26" optional = true [dev-dependencies.frunk] version = "0.4" [dev-dependencies.rand] version = "0.8.2" [dev-dependencies.serde_derive] version = "1" [dev-dependencies.time] version = "0.3" [features] bigdecimal = ["mysql_common/bigdecimal"] binlog = ["mysql_common/binlog"] buffer-pool = [] chrono = ["mysql_common/chrono"] default = [ "native-tls", "flate2/zlib", "bigdecimal", "rust_decimal", "time", "frunk", "binlog", "derive", "buffer-pool", ] default-rustls = [ "rustls-tls", "flate2/rust_backend", "bigdecimal", "rust_decimal", "time", "frunk", "binlog", "derive", "buffer-pool", ] derive = ["mysql_common/derive"] frunk = ["mysql_common/frunk"] minimal = ["flate2/zlib"] minimal-rust = ["flate2/rust_backend"] nightly = [] rust_decimal = ["mysql_common/rust_decimal"] rustls-tls = [ "rustls", "webpki", "webpki-roots", "rustls-pemfile", ] time = ["mysql_common/time"] [target."cfg(target_os = \"windows\")".dependencies.named_pipe] version = "~0.4" [target."cfg(unix)".dependencies.libc] version = "0.2" [badges.azure-devops] build = "1" pipeline = "blackbeam.rust-mysql-simple" project = "aikorsky/mysql Rust"