# 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 = "simperby-core" version = "0.2.0" authors = ["PDAO Team "] include = ["src/**/*.rs"] description = "Simperby core library" keywords = [ "blockchain", "consensus", "protocol", "crypto", "network", ] categories = [ "cryptography", "finance", ] license = "MIT" repository = "https://github.com/postech-dao/simperby" resolver = "1" [dependencies.bincode] version = "1.3.3" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.7" [dependencies.secp256k1] version = "0.24.2" features = [ "recovery", "rand-std", ] [dependencies.semver] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.sha3] version = "0.10.6" [dependencies.thiserror] version = "1.0.32" [dev-dependencies] [features] full = []