[dependencies.bson]
features = ["chrono-0_4", "serde_with", "uuid-0_8"]
optional = true
version = "2.4.0"
[dependencies.chrono]
optional = true
version = "0.4.22"
[dependencies.config]
optional = true
version = "0.13.2"
[dependencies.scsys-core]
features = []
optional = true
version = "0.1.32"
[dependencies.scsys-crypto]
features = ["full"]
optional = true
version = "0.1.32"
[dependencies.scsys-derive]
features = []
optional = true
version = "0.1.32"
[dependencies.scsys-gen]
features = ["full"]
optional = true
version = "0.1.32"
[dependencies.scsys-macros]
features = []
optional = true
version = "0.1.32"
[features]
bson = ["bson/default", "bson/chrono-0_4", "bson/serde_with", "bson/uuid-0_8"]
chrono = ["chrono/default"]
config = ["config/default"]
core = ["scsys-core"]
crypto = ["scsys-crypto/full"]
default = ["core", "scsys-crypto/default", "scsys-gen/default", "macros"]
derive = ["scsys-derive"]
extras = ["bson", "chrono", "config"]
full = ["core", "scsys-crypto/full", "scsys-gen/full", "derive", "macros", "extras", "wasm"]
gen = ["scsys-gen/full"]
macros = ["scsys-macros"]
wasm = ["scsys-crypto/wasm", "scsys-gen/wasm", "wasm-ext"]
wasm-ext = []
[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"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
resolver = "1"
version = "0.1.32"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
[target.wasm32-unknown-unknown]