# 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-repository" version = "0.2.0" authors = ["PDAO Team "] include = [ "src/**/*.rs", "**/*.sh", ] description = "Simperby repository 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.clap] version = "4.0" features = ["derive"] [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3" [dependencies.git2] version = "0.15.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.path-slash] version = "0.2.1" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simperby-core] version = "0.2.0" [dependencies.simperby-network] version = "0.2.0" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.url] version = "2.0" [dev-dependencies.path-slash] version = "0.2.1" [dev-dependencies.rand] version = "0.8.5"