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