# 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 = "nikidb" version = "0.1.1" authors = ["Walter Wu <895340293@qq.com>"] description = "an embedded k-v storage written in rust, similar to boltdb" homepage = "https://github.com/szuwgh/nikidb" keywords = [ "database", "kvdb", ] license = "MIT" repository = "https://github.com/szuwgh/nikidb" resolver = "2" [dependencies.crc] version = "1.8" [dependencies.fnv] version = "1.0.6" [dependencies.integer-encoding] version = "3.0.2" [dependencies.lock_api] version = "0.1.5" [dependencies.log] version = "0.4.8" [dependencies.memmap] version = "0.7" [dependencies.memoffset] version = "0.6" [dependencies.page_size] version = "0.4.2" [dependencies.parking_lot] version = "0.7.1" [dependencies.thiserror] version = "1.0"