# 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 = "pyra" version = "0.0.8" authors = ["Hyungsuk Kang "] description = "Pyra is a high-level distributed ledger development interface, written in Rust and capable of running on top of Substrate, Polkadot, and many more" readme = "README.md" keywords = ["cli", "distributed-ledger", "interface"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/parachain-tracker/pyra" [[bin]] name = "pyra" path = "src/main.rs" [dependencies.colored] version = "1.8" [dependencies.console] version = "0.9.0" [dependencies.ctrlc] version = "3.1.3" features = ["termination"] [dependencies.dialoguer] version = "0.4.0" [dependencies.dirs] version = "2.0.2" [dependencies.indicatif] version = "0.12.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.1" [dependencies.webbrowser] version = "0.5.2" [badges.travis-ci] branch = "master" repository = "parachain-tracker/pyra"