# 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" rust-version = "1.59" name = "raiden-blockchain" version = "0.1.0" authors = ["Rakan Alhneiti "] description = "Raiden Network implementation in Rust" readme = "README.md" keywords = [ "blockchain", "ethereum", "layer-2", "scaling", ] license = "MIT" repository = "https://github.com/rakanalh/raiden-rust" [dependencies.async-trait] version = "0.1.51" default-features = false [dependencies.derive_more] version = "0.99.11" default-features = false [dependencies.ecies] version = "0.2.0" [dependencies.ethabi] version = "16.0.0" default-features = false [dependencies.ethsign] version = "0.8.0" default-features = true [dependencies.hex] version = "0.4.3" [dependencies.raiden-primitives] version = "0.1.0" [dependencies.raiden-state-machine] version = "0.1.0" features = ["storage"] [dependencies.serde_json] version = "1.0.59" default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dependencies.tokio] version = "1.0" features = [ "sync", "macros", "time", ] default-features = false [dependencies.tracing] version = "0.1.37" default-features = false [dependencies.web3] version = "0.18.0" features = [ "http", "signing", ] default-features = false