[dependencies.rf-core]
version = "0.4.2"
[dependencies.rf-distributed]
version = "0.4.2"
[dependencies.rf-distributed-impl]
version = "0.4.2"
[dependencies.rufi_gradient]
version = "2.0.7"
[features]
core = []
default = ["core", "distributed"]
distributed = []
full = ["core", "distributed", "impls", "programs"]
impls = []
programs = []
[package]
description = "Rust Fields: a Rust based implementation of the Aggregate Computing paradigm"
documentation = "https://github.com/lm98/rufi"
edition = "2021"
homepage = "https://github.com/lm98/rufi"
license = "Apache-2.0"
name = "rufi"
readme = "README.md"
repository = "https://github.com/lm98/rufi"
version = "0.4.2"