# 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 = "muta-keypair" version = "0.1.0-alpha.1" authors = ["Muta Dev "] include = ["Cargo.toml", "src/*"] description = "A tool to generate keypairs for muta framework" license = "MIT" repository = "https://github.com/nervosnetwork/muta/tree/master/devtools/keypair" [dependencies.clap] version = "2.33" features = ["yaml"] [dependencies.hex] version = "0.4" [dependencies.ophelia] version = "0.2" [dependencies.ophelia-bls-amcl] version = "0.1" [dependencies.ophelia-secp256k1] version = "0.2" [dependencies.protocol] version = "0.1.0-alpha.0" package = "muta-protocol" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tentacle-secio] version = "0.1" features = ["flatc"]