scsys-core 0.2.0-alpha

scsys lays the foundation for the Scattered-Systems ecosystem, delivering critical primitives throughout
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.bson]
features = ["chrono-0_4", "uuid-0_8"]
version = "2.9"

[dependencies.chrono]
version = "0.4"

[dependencies.config]
version = "0.14"

[dependencies.glob]
version = "0.3"

[dependencies.predicates]
version = "3"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.smart-default]
version = "0.7"

[dependencies.strum]
features = ["derive"]
version = "0.26"

[features]
default = []

[lib]
bench = false
crate-type = ["cdylib", "rlib"]
doctest = true
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-core"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
version = "0.2.0-alpha"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
[target.wasm32-unknown-unknown.dependencies.getrandom]
features = ["js"]
version = "0.2"

[target.wasm32-wasi]