# 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 = "keyvaluedb-sqlite" version = "0.1.2" authors = ["Veilid Team "] description = "A key-value SQLite database that implements the `KeyValueDB` trait" license = "MIT OR Apache-2.0" [[bench]] name = "bench_read_perf" harness = false [dependencies.hex] version = "0.4.3" [dependencies.keyvaluedb] version = "0.1.2" [dependencies.log] version = "0.4.20" [dependencies.parking_lot] version = "0.12.1" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dev-dependencies.alloc_counter] version = "0.0.4" [dev-dependencies.chrono] version = "0.4.28" [dev-dependencies.criterion] version = "0.5.1" features = [ "async", "async_futures", ] [dev-dependencies.ctrlc] version = "3.4.0" [dev-dependencies.ethereum-types] version = "0.14.1" [dev-dependencies.keccak-hash] version = "0.10.0" [dev-dependencies.keyvaluedb-shared-tests] version = "0.1.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sysinfo] version = "0.29.9" [dev-dependencies.tempfile] version = "3.8.0" [dev-dependencies.tokio] version = "1.32.0" features = [ "rt", "rt-multi-thread", "macros", ]