maniac 0.1.0

Massively scalable Rust async runtime
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 = "maniac"
version = "0.1.0"
authors = ["BOP Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Massively scalable Rust async runtime"
readme = "README.md"
keywords = [
    "async",
    "runtime",
    "coroutines",
    "m-n",
    "networking",
]
categories = [
    "asynchronous",
    "concurrency",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bisque-io/bop"
resolver = "2"

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

[dependencies.aws-lc-rs]
version = "1.8"

[dependencies.base64]
version = "0.22"

[dependencies.byteorder]
version = "1.5"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.maniac-runtime]
version = "0.1.0"

[dependencies.rustls]
version = "0.23"
features = [
    "aws-lc-rs",
    "std",
]
default-features = false

[dependencies.rustls-pemfile]
version = "2.0"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio-test]
version = "0.4"