# 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 = "forceps" version = "0.4.1" authors = ["Jacob Parker "] description = "An easy-to-use async & on-disk database" readme = "README.md" keywords = [ "database", "cache", "async", "persistent", "disk", ] categories = [ "asynchronous", "database", ] license = "MIT" repository = "https://github.com/blockba5her/forceps" [profile.bench] lto = true codegen-units = 1 [profile.release] codegen-units = 1 [lib] path = "src/lib.rs" [[bench]] name = "benchmarks" harness = false [dependencies.async-trait] version = "0.1.50" [dependencies.bson] version = "2.6.1" [dependencies.bytes] version = "1.0.1" [dependencies.hex] version = "0.4.3" [dependencies.lru] version = "0.11.0" [dependencies.md5] version = "0.7.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.3" features = [ "small_rng", "getrandom", ] default-features = false [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.sled] version = "0.34.6" [dependencies.tokio] version = "1.5.0" features = [ "fs", "io-util", ] [dev-dependencies.criterion] version = "0.5.1" features = [ "async_tokio", "html_reports", ] [dev-dependencies.tokio] version = "1.5.0" features = ["full"]