# 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 = "bitcasky-database" version = "0.1.1" description = "Database for bitcasky lib" license = "MIT" repository = "https://github.com/ylgrgyq/bitcask" resolver = "2" [lib] bench = false [[bench]] name = "mmap_data_storage" harness = false [dependencies.bitcasky-common] version = "0.1.0" [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.dashmap] version = "5.5.3" [dependencies.log] version = "0.4.20" [dependencies.memmap2] version = "0.9.3" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0.53" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.test-log] version = "0.2.11"