[package] authors = ["FL03 ", "Scattered-Systems (https://github.com/scattered-systems)"] categories = [] description = "This crate implements basic, blockchain-centric features used throughout the chain" edition = "2021" homepage = "https://github.com/scattered-systems/disarray/wiki" keywords = ["scsys"] license = "MIT" name = "disarray-core" readme = "README.md" repository = "https://github.com/scattered-systems/disarray" version = "0.1.20" # TODO - Update the cargo package version [features] default = [] full = [] [lib] crate-type = ["cdylib", "rlib"] test = true [dev-dependencies] [build-dependencies] [dependencies] scsys = { features = ["full"], git = "https://github.com/scattered-systems/scsys", version = "0.1.26" } serde = { features = ["derive"], version = "1.0.147" } serde_json = "1.0.87" strum = { features = ["derive"], version = "0.24.1" }