# 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-governance" version = "0.2.0" authors = ["PDAO Team "] include = ["src/**/*.rs"] description = "Simperby governance module" keywords = [ "blockchain", "consensus", "protocol", "crypto", "network", ] categories = [ "cryptography", "finance", ] license = "MIT" repository = "https://github.com/postech-dao/simperby" resolver = "1" [dependencies.async-trait] version = "0.1.42" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simperby-core] version = "0.2.0" [dependencies.simperby-network] version = "0.2.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rand] version = "0.8.5"