# 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" rust-version = "1.66.0" name = "msql-srv" version = "0.11.0" authors = ["Jon Gjengset "] description = "Bindings for emulating a MySQL/MariaDB server" homepage = "https://github.com/jonhoo/msql-srv" documentation = "https://docs.rs/msql-srv" readme = "README.md" keywords = [ "api-bindings", "database", "sql", "mock", ] categories = [ "api-bindings", "network-programming", "database-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/jonhoo/msql-srv.git" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4.23" [dependencies.mysql_common] version = "0.31.0" features = ["chrono"] [dependencies.nom] version = "7" [dependencies.rustls] version = "0.22.1" optional = true [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.mysql] version = "24" [dev-dependencies.mysql_async] version = "0.33.0" [dev-dependencies.native-tls] version = "0.2.8" [dev-dependencies.postgres] version = "0.19.1" [dev-dependencies.rcgen] version = "0.8.14" [dev-dependencies.slab] version = "0.4.2" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.tokio] version = "1.15.0" features = ["full"] [features] default = ["tls"] tls = ["rustls"] [target."cfg(any())".dev-dependencies.async-trait] version = "0.1.9" [target."cfg(any())".dev-dependencies.bindgen] version = "0.58.1" [target."cfg(any())".dev-dependencies.bufstream] version = "0.1.3" [target."cfg(any())".dev-dependencies.byteorder] version = "1.2.4" [target."cfg(any())".dev-dependencies.cmake] version = "0.1.45" [target."cfg(any())".dev-dependencies.flate2] version = "1.0.13" [target."cfg(any())".dev-dependencies.mysql_common] version = "0.30.6" [target."cfg(any())".dev-dependencies.rand] version = "0.3.14" [target."cfg(any())".dev-dependencies.serde_derive] version = "1.0.100" [target."cfg(any())".dev-dependencies.tap] version = "1.0.1" [target."cfg(any())".dev-dependencies.time] version = "0.3.1" [target."cfg(any())".dev-dependencies.twox-hash] version = "1.2.0" [target."cfg(unix)".dev-dependencies.openssl] version = "0.10.60"