# 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 = "boringdb" version = "0.4.1" authors = ["nullchinchilla "] description = "Robust, reasonably high-performance key-value database built on SQLite " license = "ISC" repository = "https://github.com/themeliolabs/boringdb" [[bench]] name = "my_benchmark" harness = false [dependencies.bytes] version = "1" [dependencies.fastrand] version = "1.5.0" [dependencies.flume] version = "0.10.12" [dependencies.genawaiter] version = "0.99.1" default-features = false [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.11" [dependencies.rusqlite] version = "0.26.1" features = ["bundled"] [dependencies.scopeguard] version = "1.1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.easy-parallel] version = "3" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.once_cell] version = "1" [dev-dependencies.sled] version = "0.34"