# 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" rust-version = "1.58.1" name = "abyssiniandb" version = "0.1.4" authors = ["aki "] description = "The simple local key-value store." readme = "README.md" keywords = [ "key-value", "store", "database", "embedded-database", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/aki-akaguma/abyssiniandb" [dependencies.itertools] version = "0.13" [dependencies.rabuf] version = "0.1" default-features = false [dependencies.vu64] version = "0.1" [dev-dependencies] [features] abyssiniandb_debug = [] default = [ "vf_vu64", "rabuf_default", "htx_bitmap", ] htx_bitmap = [] htx_print_hits = [] large_test = [] myhasher_george1 = [] myhasher_george2 = [] next_straight = [] rabuf_auto_buf_size = ["rabuf/buf_auto_buf_size"] rabuf_debug = ["rabuf/buf_debug"] rabuf_default = [ "rabuf_auto_buf_size", "rabuf_overf_rem_all", "rabuf_pin_zero", "rabuf_hash_turbo", ] rabuf_hash_turbo = ["rabuf/buf_hash_turbo"] rabuf_lru = ["rabuf/buf_lru"] rabuf_overf_rem_all = ["rabuf/buf_overf_rem_all"] rabuf_overf_rem_half = ["rabuf/buf_overf_rem_half"] rabuf_pin_zero = ["rabuf/buf_pin_zero"] rabuf_print_hits = ["rabuf/buf_print_hits"] rabuf_stats = ["rabuf/buf_stats"] std_default_hasher = [] vf_node_u32 = [] vf_node_u64 = [] vf_u32u32 = [] vf_u64u64 = [] vf_vu64 = []