scsys-stores 0.2.1

scsys lays the foundation for the Scattered-Systems ecosystem, delivering critical primitives throughout
Documentation
[build-dependencies]
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

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

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

[dev-dependencies]

[features]
default = ["std"]
full = ["default", "serde"]
serde = ["dep:serde", "serde-ext"]
serde-ext = ["dep:serde_json"]
std = []

[lib]
bench = false
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-stores"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
[target.wasm32-unknown-unknown]

[target.wasm32-wasi]