# 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-primitives" 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.derive_more] version = "0.99.11" default-features = false [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" default-features = false [dependencies.once_cell] version = "1.8.0" [dependencies.secp256k1] version = "0.21" features = ["recovery"] [dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.59" default-features = false [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1.0" features = ["sync"] default-features = false [dependencies.web3] version = "0.18.0" features = ["signing"] default-features = false