# 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 = "disarray-core" version = "0.1.20" authors = [ "FL03 ", "Scattered-Systems (https://github.com/scattered-systems)", ] description = "This crate implements basic, blockchain-centric features used throughout the chain" homepage = "https://github.com/scattered-systems/disarray/wiki" readme = "README.md" keywords = ["scsys"] categories = [] license = "MIT" repository = "https://github.com/scattered-systems/disarray" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.scsys] version = "0.1.26" features = ["full"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.strum] version = "0.24.1" features = ["derive"] [dev-dependencies] [build-dependencies] [features] default = [] full = []