# 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] name = "monacoin" version = "0.27.1-pre" authors = ["wakiyamap "] description = "General purpose library for using and interoperating with Monacoin and other cryptocurrencies." homepage = "https://github.com/wakiyamap/rust-monacoin/" documentation = "https://docs.rs/monacoin/" readme = "README.md" keywords = ["crypto", "monacoin"] license = "CC0-1.0" repository = "https://github.com/wakiyamap/rust-monacoin/" [[example]] name = "bip32" [[example]] name = "handshake" required-features = ["std"] [dependencies.base64-compat] version = "1.0.0" optional = true [dependencies.bech32] version = "0.8.1" default-features = false [dependencies.bitcoin_hashes] version = "0.10.0" default-features = false [dependencies.bitcoinconsensus] version = "0.19.0-3" optional = true [dependencies.core2] version = "0.3.0" optional = true default-features = false [dependencies.hashbrown] version = "0.8" optional = true [dependencies.lyra2] version = "0.2.6" default-features = false [dependencies.scrypt] version = "0.2" default-features = false [dependencies.secp256k1] version = "0.20.2" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.ryu] version = "<1.0.5" [dev-dependencies.secp256k1] version = "0.20.0" features = ["recovery", "rand-std"] [dev-dependencies.serde_json] version = "<1.0.45" [dev-dependencies.serde_test] version = "1" [features] base64 = ["base64-compat"] default = ["std", "secp-recovery"] fuzztarget = [] no-std = ["hashbrown", "core2/alloc", "bitcoin_hashes/alloc"] rand = ["secp256k1/rand-std"] secp-lowmemory = ["secp256k1/lowmemory"] secp-recovery = ["secp256k1/recovery"] std = ["secp256k1/std", "bitcoin_hashes/std", "bech32/std"] unstable = [] use-serde = ["serde", "bitcoin_hashes/serde", "secp256k1/serde"]