# 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 = "rotbl" version = "0.1.2" authors = ["Zhang Yanpo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read Only Table" homepage = "https://github.com/drmingdrmer/rotbl" documentation = "https://docs.rs/rotbl" readme = "README.md" keywords = [ "readonly", "table", "sstable", ] categories = [ "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drmingdrmer/rotbl" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "-Z", "unstable-options", "--sort-modules-by-appearance", ] [lib] name = "rotbl" path = "src/lib.rs" [[bin]] name = "dump-v001" path = "src/v001/bin/dump.rs" [[test]] name = "test_bincode_compat" path = "tests/test_bincode_compat.rs" [dependencies.anyhow] version = "1.0.63" [dependencies.bincode] version = "2.0.0-rc.3" features = ["serde"] [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.0" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.crc32fast] version = "1.3.2" [dependencies.futures] version = "0.3" [dependencies.futures-async-stream] version = "0.2.9" [dependencies.lru-cache-map] version = "0.2.0" [dependencies.num-format] version = "0.4.4" [dependencies.serde] version = "1.0.114" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.57" [dependencies.tokio] version = "1.33.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.tempfile] version = "3.4.0" [features]