scsys 0.2.0-alpha

scsys lays the foundation for the Scattered-Systems ecosystem, delivering critical primitives throughout
[[test]]
name = "derive"
required-features = ["derive"]

[build-dependencies]
[dependencies.scsys-actors]
features = []
optional = true
version = "0.2.0-alpha"

[dependencies.scsys-core]
features = []
optional = true
version = "0.2.0-alpha"

[dependencies.scsys-derive]
features = []
optional = true
version = "0.2.0-alpha"

[dependencies.scsys-macros]
features = []
optional = true
version = "0.2.0-alpha"
[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[features]
actors = ["dep:scsys-actors"]
core = ["dep:scsys-core"]
default = ["actors", "core"]
derive = ["dep:scsys-derive", "macros"]
extras = []
full = ["actors", "core", "derive", "extras"]
macros = ["dep:scsys-macros"]
wasi = []
wasm = []

[lib]
bench = true
crate-type = ["cdylib", "rlib"]
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)"]
categories = []
description = "scsys lays the foundation for the Scattered-Systems ecosystem, delivering critical primitives throughout"
edition = "2021"
homepage = "https://github.com/scattered-systems/scsys/wiki"
keywords = ["blockchain", "primitives", "scsys"]
license = "Apache-2.0"
name = "scsys"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
version = "0.2.0-alpha"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
[target.wasm32-unknown-unknown]

[target.wasm32-wasi]