# 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_wasi" version = "23.0.2" authors = [ "blackbeam", "Tricster", ] build = "build.rs" exclude = [ "tests/*", ".*", "Makefile", ] description = "Mysql client library implemented in rust for WASI." readme = "README.md" keywords = [ "database", "sql", "WASI", "WasmEdge", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/WasmEdge/rust-mysql-simple-wasi" [profile.bench] debug = true [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 = true [dependencies.io-enum] version = "1.0.0" [dependencies.lru] version = "0.8.1" [dependencies.mysql_common] version = "0.29.2" default-features = false [dependencies.native-tls] version = "0.2.3" optional = true [dependencies.once_cell] version = "1.7.2" [dependencies.pem] version = "1.0.1" [dependencies.percent-encoding] version = "2.1.0" [dependencies.rustls] version = "0.20.0" features = ["dangerous_configuration"] optional = true [dependencies.rustls-pemfile] version = "1.0.0" optional = true [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.twox-hash] version = "1" [dependencies.url] version = "2.1" [dependencies.webpki] version = "0.22.0" optional = true [dependencies.webpki-roots] version = "0.22.1" optional = true [dev-dependencies.frunk] version = "0.4" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.2" [dev-dependencies.serde_derive] version = "1" [dev-dependencies.time] version = "0.3" [features] buffer-pool = [] default = [ "mysql_common/bigdecimal03", "mysql_common/rust_decimal", "mysql_common/time03", "mysql_common/uuid", "mysql_common/frunk", "buffer-pool", ] default-rustls = [ "rustls-tls", "flate2/zlib", "mysql_common/bigdecimal03", "mysql_common/rust_decimal", "mysql_common/time03", "mysql_common/uuid", "mysql_common/frunk", "buffer-pool", ] minimal = ["flate2/zlib"] nightly = [] rustls-tls = [ "rustls", "webpki", "webpki-roots", "rustls-pemfile", ] [target."cfg(not(target_os = \"wasi\"))".dependencies.socket2] version = "0.4" [target."cfg(target_os = \"wasi\")".dependencies.wasmedge_wasi_socket] version = "0.5" [target."cfg(target_os = \"windows\")".dependencies.named_pipe] version = "~0.4" [target."cfg(unix)".dependencies.libc] version = "0.2"