# 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 = "vpb" version = "0.1.0" description = "key-value proto buffer for veladb" documentation = "https://docs.rs/vpb" categories = [ "data-structures", "no-std", ] license = "Apache-2.0/MIT" repository = "https://github.com/al8n/veladb/tree/main/vpb" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.aes] version = "0.8" optional = true [dependencies.crc32fast] version = "1.3" default-features = false [dependencies.ctr] version = "0.9" optional = true [dependencies.getrandom] version = "0.2" optional = true [dependencies.kvstructs] version = "0.1" optional = true default-features = false [dependencies.lazy_static] version = "1.4" optional = true [dependencies.lz4_flex] version = "0.9" optional = true default-features = false [dependencies.prost] version = "0.11" features = ["prost-derive"] default-features = false [dependencies.rand] version = "0.8" default-features = false [dependencies.seahash] version = "4.1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.snap] version = "1" optional = true [dependencies.xxhash-rust] version = "0.8" optional = true default-features = false [dependencies.zstd_compression] version = "0.11.2+zstd.1.5.2" optional = true package = "zstd" [build-dependencies.prost-build] version = "0.11" [features] aes = [ "aes/zeroize", "ctr/zeroize", ] aes-std = [ "aes", "ctr/std", "rand/default", ] default = ["std"] full = [ "std", "sea-std", "xxhash64-std", "aes-std", "snappy", "zstd", "lz4-std", ] js = ["getrandom/js"] lz4 = ["lz4_flex"] lz4-std = [ "lz4", "lz4_flex/default", ] sea = [ "seahash", "lazy_static/spin_no_std", ] sea-std = [ "seahash/use_std", "sea", "lazy_static", ] snappy = [ "snap", "std", ] std = [ "prost/std", "crc32fast/std", "kvstructs/default", ] xxhash64 = [ "xxhash-rust/xxh64", "lazy_static/spin_no_std", ] xxhash64-std = [ "rand/default", "xxhash64", "lazy_static", ] zstd = [ "zstd_compression", "std", ]