agent-rex 0.1.1

An async Stream-based FRP-like library for Rust
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 = "2021"
name = "agent-rex"
version = "0.1.1"
authors = ["Timothy Hope"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An async Stream-based FRP-like library for Rust"
readme = false
license = "MIT"

[features]
async-std-runtime = ["async-std"]
default = []
smol-runtime = ["smol"]
tokio-runtime = ["tokio"]

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

[dependencies.async-lock]
version = "3.0"

[dependencies.async-std]
version = "1"
features = ["attributes"]
optional = true

[dependencies.async-stream]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.futures-timer]
version = "3"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.smol]
version = "2"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
    "sync",
    "macros",
]
optional = true

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "sync",
    "macros",
]