# 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-types" version = "0.4.0" authors = ["Lee Bousfield "] description = "A set of types for the Nano cryptocurrency" license = "BSD-2-Clause" repository = "https://github.com/PlasmaPower/railroad" [dependencies.blake2] version = "0.8" [dependencies.byteorder] version = "1" features = ["i128"] [dependencies.curve25519-dalek] version = "1.0.1" [dependencies.digest] version = "0.8" features = ["std"] [dependencies.ed25519-dalek] version = "0.9" [dependencies.hex] version = "0.3" [dependencies.num-bigint] version = "0.1" [dependencies.num-traits] version = "0.1" [dependencies.rand] version = "0.6.5" features = ["std"] [dependencies.serde] version = "1.0.53" [dependencies.serde_derive] version = "1.0.53" [dev-dependencies.serde_json] version = "1.0.17"