# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "nanocurrency-protocol" version = "0.7.0" authors = ["Lee Bousfield "] description = "Protocol code for the Nano cryptocurrency" license = "BSD-2-Clause" repository = "https://github.com/PlasmaPower/railroad" [dependencies.byteorder] version = "1" features = ["i128"] [dependencies.bytes] version = "0.5" [dependencies.ed25519-dalek] version = "0.9" [dependencies.nanocurrency-types] version = "0.4" [dependencies.tokio-util] version = "0.3.1" features = ["codec"]