mysql 14.1.1

Mysql client library implemented in rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mysql"
version = "14.1.1"
authors = ["blackbeam"]
exclude = ["tests/*", ".*", "Makefile"]
description = "Mysql client library implemented in rust"
documentation = "https://docs.rs/mysql"
keywords = ["database", "sql"]
categories = ["database"]
license = "MIT"
repository = "https://github.com/blackbeam/rust-mysql-simple"
[profile.test]
opt-level = 0
debug = true

[profile.bench]
opt-level = 3
lto = true
debug = false

[profile.dev]
opt-level = 0
debug = true

[profile.release]
opt-level = 3
lto = true
debug = false

[lib]
name = "mysql"
path = "src/lib.rs"
[dependencies.bit-vec]
version = "0.5"

[dependencies.bufstream]
version = "~0.1"

[dependencies.byteorder]
version = "1"

[dependencies.flate2]
version = "1.0"

[dependencies.fnv]
version = "1"

[dependencies.mysql_common]
version = "0.9"
optional = true

[dependencies.net2]
version = "~0.2"

[dependencies.regex]
version = "~1.0"
default-features = false

[dependencies.rustc-serialize]
version = "0.3"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.smallvec]
version = "0.6"

[dependencies.twox-hash]
version = "1"

[dependencies.url]
version = "1"
[dev-dependencies.serde_derive]
version = "1"

[features]
default = ["mysql_common"]
nightly = ["mysql_common"]
rustc_serialize = ["mysql_common/rustc_serialize", "rustc-serialize"]
ssl = ["mysql_common", "openssl", "security-framework"]
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.openssl]
version = "~0.10"
optional = true
[target."cfg(target_os = \"macos\")".dependencies.security-framework]
version = "~0.2"
features = ["OSX_10_9"]
optional = true
[target."cfg(target_os = \"windows\")".dependencies.named_pipe]
version = "~0.3"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "~0.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.11"