tempest-io 0.0.1

TempestDB I/O Layer
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-io"
version = "0.0.1"
authors = ["The TempestDB Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TempestDB I/O Layer"
readme = false
license-file = "LICENSE"
repository = "https://codeberg.org/Vimthusiast/tempest"

[features]
linux = [
    "dep:io-uring",
    "dep:libc",
]
virtual = []
wasm = ["dep:js-sys"]

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

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

[dependencies.io-uring]
version = "0.7.11"
optional = true

[dependencies.js-sys]
version = "0.3.95"
optional = true

[dependencies.libc]
version = "0.2.183"
optional = true

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

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