# 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 = "2018" name = "mysql_common" version = "0.33.0" authors = ["blackbeam "] build = "build.rs" exclude = [ "/lib", "/proptest-regressions", "/test-data", "/wrapper.cc", "/wrapper.hh", "README.tpl", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "MySql protocol primitives" homepage = "https://github.com/blackbeam/rust_mysql_common" documentation = "https://docs.rs/mysql_common" readme = "README.md" keywords = [ "mysql", "database", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/blackbeam/rust_mysql_common" [package.metadata.docs.rs] features = [ "flate2/zlib", "time", "rust_decimal", "chrono", "bigdecimal", "derive", "binlog", ] no-default-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] debug = 2 [profile.features-subsets] debug = 0 incremental = false inherits = "test" strip = "debuginfo" [lib] name = "mysql_common" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.bigdecimal] version = ">=0.3, <0.5" optional = true [dependencies.bitflags] version = "2.3" [dependencies.bitvec] version = "1.0" optional = true [dependencies.btoi] version = "0.4.3" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4.20" features = [ "clock", "serde", ] optional = true default-features = false [dependencies.crc32fast] version = "1.2" [dependencies.flate2] version = "1.0" default-features = false [dependencies.frunk] version = "0.4" optional = true [dependencies.lazy_static] version = "1" [dependencies.mysql-common-derive] version = "0.31.0" optional = true [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" features = ["i128"] [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.rust_decimal] version = "1.0" optional = true [dependencies.saturating] version = "0.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = ["parsing"] optional = true default-features = false [dependencies.uuid] version = "1" [dependencies.zstd] version = "0.13" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.unic-langid] version = "0.9.4" [build-dependencies.bindgen] version = "0" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0" [build-dependencies.cmake] version = "0.1" [build-dependencies.subprocess] version = "0.2" [features] binlog = ["bitvec"] default = [ "flate2/zlib", "derive", ] derive = ["mysql-common-derive"] nightly = ["test"] test = ["derive"] [badges.travis-ci] repository = "blackbeam/rust_mysql_common"