roam-session 0.6.0

Session/state machine (handshake, request_id/channel_id routing, flow control)
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 = "roam-session"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Session/state machine (handshake, request_id/channel_id routing, flow control)"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/roam"
resolver = "2"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

[features]
tracing = ["dep:tracing"]

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

[dependencies.facet]
version = "0.43.0"
features = [
    "camino",
    "reflect",
]

[dependencies.facet-postcard]
version = "0.43.0"
features = ["camino"]

[dependencies.facet-pretty]
version = "0.43.0"

[dependencies.roam-frame]
version = "0.6.0"

[dependencies.roam-task-local]
version = "0.6.0"

[dependencies.roam-wire]
version = "0.6.0"

[dependencies.tracing]
version = "0.1"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures-util]
version = "0.3"
features = [
    "std",
    "async-await-macro",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "time",
    "macros",
    "io-util",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.async-channel]
version = "2.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.futures-channel]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.futures-util]
version = "0.3"
features = [
    "std",
    "async-await-macro",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers]
version = "0.3"
features = ["futures"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"