astra-core 0.1.0

Core datastore engine, Raft state machine, and control-plane semantics for Astra
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 = "astra-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core datastore engine, Raft state machine, and control-plane semantics for Astra"
homepage = "https://github.com/SparkAIUR/astra"
readme = "README.md"
keywords = [
    "etcd",
    "raft",
    "kubernetes",
    "control-plane",
    "astra",
]
categories = ["database-implementations"]
license = "MIT"
repository = "https://github.com/SparkAIUR/astra"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.astra-proto]
version = "0.1.0"

[dependencies.aws-config]
version = "1.8.10"

[dependencies.aws-sdk-s3]
version = "1.124.0"
default-features = true

[dependencies.bincode]
version = "1.3.3"

[dependencies.bytes]
version = "1.11.0"

[dependencies.crc32c]
version = "0.6.8"

[dependencies.futures]
version = "0.3.31"

[dependencies.jemallocator]
version = "0.5.4"

[dependencies.libc]
version = "0.2.177"

[dependencies.multiversion]
version = "0.8.0"

[dependencies.openraft]
version = "0.9.21"
features = [
    "serde",
    "storage-v2",
]

[dependencies.parking_lot]
version = "0.12.5"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.tonic]
version = "0.14.5"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.anyhow]
version = "1.0.100"

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