# 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-transition" 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.futures] version = "0.3.21" default-features = false [dependencies.parking_lot] version = "0.11.2" default-features = false [dependencies.raiden-blockchain] version = "0.1.0" [dependencies.raiden-network-messages] version = "0.1.0" [dependencies.raiden-pathfinding] version = "0.1.0" [dependencies.raiden-primitives] version = "0.1.0" [dependencies.raiden-state-machine] version = "0.1.0" [dependencies.tokio] version = "1.0" default-features = false [dependencies.tracing] version = "0.1.37" default-features = false [dependencies.web3] version = "0.18.0" default-features = false