[dependencies.agility-macros]
version = "0.1.0"
[dev-dependencies.trybuild]
version = "1.0"
[lib]
name = "agility"
path = "src/lib.rs"
[package]
authors = ["Dexer Matters"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "data-structures", "concurrency"]
description = "A powerful and elegant reactive programming library for Rust, inspired by category theory"
documentation = "https://docs.rs/agility"
edition = "2024"
exclude = [".github/", "examples/", "tests/trybuild/"]
homepage = "https://github.com/ICmd-dev/agility"
keywords = ["reactive", "signals", "frp", "async", "category-theory"]
license = "MIT OR Apache-2.0"
name = "agility"
readme = "README.md"
repository = "https://github.com/ICmd-dev/agility"
version = "0.1.1"