# 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 = "small-db" version = "0.4.0" authors = ["XiaochenCui "] description = "A small database writing in rust, inspired from mit 6.830" homepage = "https://crates.io/crates/small-db" documentation = "https://docs.rs/small-db" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/small-db/small-db" [dependencies.backtrace] version = "0.3" [dependencies.bit-vec] version = "0.6.2" [dependencies.crossbeam] version = "0.8.2" [dependencies.env_logger] version = "0.7.1" [dependencies.hex] version = "0.4.2" [dependencies.itertools] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.once_cell] version = "1.4.0" [dependencies.rand] version = "0.7.3"