baildon 0.1.2

B+Tree library
Documentation
# 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 = "baildon"
version = "0.1.2"
authors = ["garypen <garypen@gmail.com>"]
description = "B+Tree library"
homepage = "https://github.com/garypen/baildon"
documentation = "https://github.com/garypen/baildon#readme"
readme = "README.md"
keywords = [
    "key-value-store",
    "kv-store",
    "key-value",
    "btree",
    "async",
]
categories = [
    "asynchronous",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/garypen/baildon"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "streaming"
path = "examples/streaming.rs"

[[bench]]
name = "baildon"
harness = false

[dependencies.anyhow]
version = "1.0.75"

[dependencies.bincode]
version = "1.3.3"

[dependencies.futures]
version = "0.3.28"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.serde]
version = "1.0.188"
features = [
    "derive",
    "rc",
]

[dependencies.strum]
version = "0.24.1"
features = ["derive"]

[dependencies.thiserror]
version = "1.0.49"

[dependencies.tokio]
version = "1.32.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
version = "0.3.17"
features = [
    "env-filter",
    "json",
]

[dev-dependencies.criterion]
version = "0.5.1"
features = ["async_tokio"]

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.test-log]
version = "0.2.12"
features = ["trace"]
default-features = false

[dev-dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]
default-features = false