# 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-network-messages" version = "0.1.0" authors = ["Rakan Alhneiti "] description = "Raiden Network messages" readme = "README.md" keywords = [ "blockchain", "ethereum", "layer-2", "scaling", ] license = "MIT" repository = "https://github.com/rakanalh/raiden-rust" [dependencies.canonical_json] version = "0.5.0" [dependencies.chrono] version = "0.4.24" features = ["serde"] default-features = false [dependencies.raiden-blockchain] version = "0.1.0" [dependencies.raiden-primitives] version = "0.1.0" [dependencies.raiden-state-machine] version = "0.1.0" [dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false [dependencies.serde-rlp] version = "0.1.4" [dependencies.serde_json] version = "1.0.59" default-features = false [dependencies.web3] version = "0.18.0" features = ["signing"] default-features = false