rhine 0.1.8

code core of Rhine Lab
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 = "rhine"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "code core of Rhine Lab"
readme = false
license = "GPL-3.0-or-later"

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

[dependencies.bytes]
version = "1.10.1"

[dependencies.clia-tracing-config]
version = "0.2.7"

[dependencies.dashmap]
version = "7.0.0-rc2"

[dependencies.error-stack]
version = "0.5.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.indoc]
version = "2.0.6"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.11.2"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "json",
    "stream",
]

[dependencies.rhine-schema-derive]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.thiserror]
version = "2.0.16"

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

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

[dependencies.toml]
version = "0.9.5"

[dependencies.tracing]
version = "0.1.41"
features = ["log"]

[profile.release]
opt-level = 3