# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "scsys-stores" version = "0.2.1" authors = [ "FL03 (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)", ] description = "scsys lays the foundation for the Scattered-Systems ecosystem, delivering critical primitives throughout" homepage = "https://github.com/scattered-systems/scsys/wiki" readme = "README.md" keywords = [ "blockchain", "primitives", "scsys", ] categories = [] license = "Apache-2.0" repository = "https://github.com/scattered-systems/scsys" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true bench = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.smart-default] version = "0.7" [dependencies.strum] version = "0.26" features = ["derive"] [dev-dependencies] [build-dependencies] [features] default = ["std"] full = [ "default", "serde", ] serde = [ "dep:serde", "serde-ext", ] serde-ext = ["dep:serde_json"] std = [] [target.wasm32-unknown-unknown] [target.wasm32-wasi]