# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "memtable-core" version = "0.2.0" authors = ["Chip Senkbeil "] description = "Core library that provides table data structures" homepage = "https://github.com/chipsenkbeil/memtable-rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/memtable-rs" [package.metadata.docs.rs] all-features = true features = ["docs"] rustdoc-args = ["--cfg", "feature=\"docs\""] [dependencies.bincode] version = "1.3.3" optional = true [dependencies.csv] version = "1.1.6" optional = true [dependencies.hashbrown] version = "0.11.2" optional = true [dependencies.paste] version = "1.0.5" [dependencies.serde] version = "1.0.117" features = ["derive"] optional = true [dependencies.serde_with] version = "1.9.4" optional = true [dependencies.sled] version = "0.34.6" optional = true [dev-dependencies.serde_json] version = "1.0.64" [dev-dependencies.tempfile] version = "3.2" [features] alloc = ["hashbrown"] cell = [] default = ["std"] serde-1 = ["serde", "serde_with", "std"] sled-1 = ["bincode", "serde-1", "sled"] std = []