tempest-core 0.0.2

Core utilities and primitives for TempestDB
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 = "2024"
name = "tempest-core"
version = "0.0.2"
authors = ["The TempestDB Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core utilities and primitives for TempestDB"
homepage = "https://tempest.jofh.me"
readme = false
license-file = "LICENSE"
repository = "https://codeberg.org/Vimthusiast/tempest"

[features]
testing = [
    "dep:tracing-subscriber",
    "dep:tracing-tree",
]

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

[dependencies.bincode]
version = "=1.3.3"

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

[dependencies.crc64]
version = "2.0.0"

[dependencies.derive_more]
version = "2.1.1"
features = ["full"]

[dependencies.integer-encoding]
version = "4.1.0"

[dependencies.memchr]
version = "2.8.0"

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

[dependencies.smart-default]
version = "0.7.1"

[dependencies.tempest-io]
version = "0.0.1"

[dependencies.tempest-rt]
version = "0.0.1"

[dependencies.tracing]
version = "0.1.44"
features = ["release_max_level_warn"]

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "fmt",
]
optional = true

[dependencies.tracing-tree]
version = "0.4.1"
optional = true

[dev-dependencies.tempest-io]
version = "0.0.1"
features = ["virtual"]

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

[dev-dependencies.tracing-tree]
version = "0.4.1"