# 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] edition = "2018" name = "wagyu-monero" version = "0.6.3" authors = ["Collin Chin", "Raymond Chu", "Ali Mousa", "Howard Wu"] build = "build.rs" description = "A library for generating Monero wallets" homepage = "https://github.com/AleoHQ/wagyu" readme = "README.md" keywords = ["blockchain", "crypto", "cryptocurrency", "monero", "wallet"] categories = ["command-line-utilities", "cryptocurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/AleoHQ/wagyu/tree/v0.6.3/monero" [dependencies.base58-monero] version = "0.2.0" [dependencies.crc] version = "1.8.1" [dependencies.curve25519-dalek] version = "2.0.0" [dependencies.failure] version = "0.1.5" [dependencies.hex] version = "0.4.2" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tiny-keccak] version = "1.4" [dependencies.wagyu-model] version = "0.6.3" [build-dependencies.cmake] version = "0.1" [features] default = [] transaction = [] [badges.travis-ci] branch = "master" repository = "AleoHQ/wagyu"