# 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 = "bitsign" version = "0.1.1" authors = ["Elichai Turkel "] include = ["**/*.rs", "Cargo.toml"] description = "Tool for generating bitcoin addresses and signing/verifying messages using addresses" readme = "README.md" keywords = ["bitcoin", "cli", "secp256k1", "wif", "segwit"] categories = ["cryptography", "command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/elichai/bitsign" [dependencies.base64] version = "0.10" [dependencies.bitcoin] version = "0.21" [dependencies.getrandom] version = "0.1" [dependencies.secp256k1] version = "0.15" features = ["recovery", "endomorphism"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [badges.travis-ci] repository = "elichai/bitsign"