pi_store 0.10.2

File storage
# 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 = "pi_store"
version = "0.10.2"
authors = ["vmos <vmosone007@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File storage"
readme = "README.md"
keywords = [
    "pi",
    "file",
    "storage",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GaiaWorld/pi_store.git"

[lib]
name = "pi_store"
path = "src/lib.rs"

[[test]]
name = "test_b_plus_tree"
path = "tests/test_b_plus_tree.rs"

[[test]]
name = "test_devices"
path = "tests/test_devices.rs"

[[test]]
name = "test_log_file"
path = "tests/test_log_file.rs"

[[test]]
name = "test_vpm"
path = "tests/test_vpm.rs"

[[bench]]
name = "bench_any"
path = "benches/bench_any.rs"

[[bench]]
name = "bench_b_plus_tree"
path = "benches/bench_b_plus_tree.rs"

[[bench]]
name = "bench_persy"
path = "benches/bench_persy.rs"

[[bench]]
name = "test_compress"
path = "benches/test_compress.rs"

[dependencies.async-channel]
version = "2.3"

[dependencies.async-lock]
version = "3.0"

[dependencies.bytes]
version = "~1.11"

[dependencies.crc32fast]
version = "~1.4"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dashmap]
version = "6.1"

[dependencies.fastcmp]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4"

[dependencies.lzzzz]
version = "~1.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pi-async-rt]
version = "0.3"

[dependencies.pi_assets]
version = "0.16"

[dependencies.pi_async_file]
version = "0.8"

[dependencies.pi_async_transaction]
version = "~0.11"

[dependencies.pi_guid]
version = "~0.1"

[dependencies.pi_hash]
version = "0.1"

[dependencies.pi_share]
version = "0.5"

[dependencies.quanta]
version = "0.12"

[dependencies.url]
version = "2.5"

[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.lz4]
version = "~1.25"

[dev-dependencies.persy]
version = "1.1"

[dev-dependencies.rand]
version = "0.8"
features = ["small_rng"]

[dev-dependencies.redb]
version = "~2.2"

[profile.test]
debug = 2