scsys-core 0.1.42

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.4"

[dependencies.chrono]
version = "0.4"

[dependencies.config]
version = "0.13"

[dependencies.getrandom]
features = ["js"]
version = "0.2"

[dependencies.glob]
version = "0.3"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.url]
version = "2.3"

[features]
default = []
wasm = ["getrandom/js"]

[lib]
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-core"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
resolver = "1"
version = "0.1.42"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
[target.wasm32-unknown-unknown]

[target.wasm32-wasi]