# 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 = "bable" version = "0.1.0" description = "Badger's high performance sst table implementation" readme = "README.md" keywords = [ "sstable", "ssttable", "badger", "database", "sst", ] categories = [ "database-implementations", "data-structures", "no-std", ] license = "Apache-2.0/MIT" repository = "https://github.com/al8n/veladb/tree/main/bable" resolver = "1" [[bench]] name = "table" harness = false [dependencies.bitflags] version = "1.3" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.crossbeam-queue] version = "0.3" features = ["alloc"] default-features = false [dependencies.crossbeam-utils] version = "0.8" optional = true [dependencies.fmmap] version = "0.3" optional = true [dependencies.getrandom] version = "0.2" optional = true default-features = false [dependencies.hashbrown] version = "0.12" optional = true default-features = false [dependencies.lazy_static] version = "1.4" optional = true default-features = false [dependencies.lru] version = "0.7" default-features = false [dependencies.num_cpus] version = "1.13" optional = true [dependencies.parking_lot] version = "0.12" optional = true [dependencies.rand] version = "0.8" default-features = false [dependencies.scopeguard] version = "1.1" optional = true [dependencies.stretto] version = "0.7" optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [dependencies.vela-utils] version = "0.1" features = ["ref_counter"] default-features = false [dependencies.vpb] version = "0.1" features = [ "sea", "xxhash64", ] default-features = false [dependencies.zallocator] version = "0.3" default-features = false [dev-dependencies.criterion] version = "0.4" [features] aes = ["vpb/aes"] aes-std = ["vpb/aes-std"] default = ["std"] full = [ "std", "tracing/default", ] inline-more = ["hashbrown/inline-more"] js = ["getrandom/js"] metrics = [ "vela-utils/map_cell", "lazy_static/spin_no_std", ] metrics-std = [ "vela-utils/map_cell_std", "lazy_static", ] nightly = [ "zallocator/nightly", "lru/nightly", ] singlethread = [ "zallocator/core", "hashbrown", "vela-utils/singlethread", "scopeguard", ] std = [ "stretto/sync", "zallocator/std", "zallocator/threadpool", "vpb/std", "vpb/sea-std", "vpb/xxhash64-std", "crossbeam-channel", "crossbeam-utils", "tracing/std", "num_cpus", "scopeguard/use_std", "fmmap", "parking_lot", "rand/std", "vela-utils/std", "vela-utils/ref_counter_std", ] [target."cfg(not(target_env = \"msvc\"))".dev-dependencies.tikv-jemallocator] version = "0.5"