# 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 = "akd_mysql" version = "0.8.9" authors = [ "Harjasleen Malvai ", "Kevin Lewi ", "Sean Lawlor ", ] description = "A MySQL storage layer implementation for an auditable key directory (AKD)" readme = "README.md" keywords = [ "key-transparency", "akd", "mysql", "akd-mysql", ] license = "MIT OR Apache-2.0" repository = "https://github.com/novifinancial/akd" [dependencies.akd] version = "0.8.9" features = ["serde_serialization"] default-features = false [dependencies.async-recursion] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1" [dependencies.log] version = "0.4.8" features = ["kv_unstable"] [dependencies.mysql_async] version = "0.31" [dependencies.mysql_common] version = "0.29.1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1.21" features = ["full"] [dependencies.winter-crypto] version = "0.2" [dependencies.winter-math] version = "0.2" [dependencies.winter-utils] version = "0.2" [dev-dependencies.akd] version = "0.8.9" features = [ "blake3", "public-tests", ] default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serial_test] version = "0.5" [features] runtime_metrics = ["akd/runtime_metrics"]