[dependencies.anymap2]
version = "0.13.0"
[dependencies.async-trait]
optional = true
version = "0.1.50"
[dependencies.bitvec]
version = "0.22.3"
[dependencies.futures]
version = "0.3.13"
[dependencies.parking_lot]
version = "0.11.1"
[dependencies.salvia_macro]
version = "0.1.0"
[dependencies.tokio]
features = ["rt", "sync", "macros"]
version = "1.4.0"
[dependencies.tracing]
optional = true
version = "0.1.29"
[dev-dependencies.async-recursion]
version = "0.3.2"
[dev-dependencies.async-trait]
version = "0.1.50"
[dev-dependencies.nom]
version = "7.1.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "sync", "macros"]
version = "1.4.0"
[features]
nightly = []
[package]
authors = ["haibane_tenshi <obscure.sanctum@gmail.com>"]
categories = ["asynchronous", "caching"]
description = "Incremental computing brought to async Rust"
edition = "2018"
homepage = "https://github.com/haibane-tenshi/salvia"
keywords = ["incremental"]
license = "MIT OR Apache-2.0"
name = "salvia"
readme = "README.md"
repository = "https://github.com/haibane-tenshi/salvia"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["async-trait", "nightly"]