kstone-core 0.1.0

Core storage engine for KeystoneDB - LSM tree, WAL, and DynamoDB-compatible API
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 = "kstone-core"
version = "0.1.0"
authors = ["KeystoneDB Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core storage engine for KeystoneDB - LSM tree, WAL, and DynamoDB-compatible API"
homepage = "https://github.com/keystone-db/keystonedb"
documentation = "https://docs.rs/kstone-core"
readme = false
keywords = [
    "database",
    "dynamodb",
    "key-value",
    "embedded",
    "nosql",
]
categories = [
    "database",
    "database-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/keystone-db/keystonedb"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3"

[dependencies.bytes]
version = "1.5"
features = ["serde"]

[dependencies.crc32c]
version = "0.6"

[dependencies.crc32fast]
version = "1.3"

[dependencies.crossbeam]
version = "0.8"

[dependencies.memmap2]
version = "0.9"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlparser]
version = "0.52"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.8"