# 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 = "2021"
name = "rflow"
version = "0.1.0"
authors = ["Serhij S.
"]
description = "Text protocol for embedded apps"
readme = "README.md"
keywords = [
"realtime",
"robots",
"chat",
"interface",
"control",
]
license = "Apache-2.0"
repository = "https://github.com/roboplc/rflow"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.parking_lot]
version = "0.12.3"
optional = true
[dependencies.parking_lot_rt]
version = "0.12.1"
optional = true
[dependencies.rtsc]
version = "0.3"
[dependencies.thiserror]
version = "1.0.61"
[dependencies.tokio]
version = "1.38.0"
features = [
"net",
"io-util",
"time",
"rt",
"sync",
]
optional = true
[dependencies.tracing]
version = "0.1.40"
[features]
async = [
"tokio",
"dep:parking_lot_rt",
]
default = ["locking-default"]
full = ["async"]
locking-default = [
"dep:parking_lot",
"rtsc/parking_lot",
]
locking-rt = ["dep:parking_lot_rt"]
locking-rt-safe = []