crous-io 1.1.0

Async IO adapters, framed streams, and mmap reader for Crous
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"
rust-version = "1.85.0"
name = "crous-io"
version = "1.1.0"
authors = ["Pawan Kumar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async IO adapters, framed streams, and mmap reader for Crous"
homepage = "https://github.com/axiomchronicles/crous"
documentation = "https://docs.rs/crous-io"
readme = "README.md"
keywords = [
    "async",
    "io",
    "streaming",
    "tokio",
    "crous",
]
categories = [
    "asynchronous",
    "encoding",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/axiomchronicles/crous"

[features]
default = []
mmap = ["dep:memmap2"]

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

[dependencies.bytes]
version = "1.10"

[dependencies.crous-core]
version = "1.1.0"

[dependencies.memmap2]
version = "0.9"
optional = true

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]