# 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] edition = "2021" name = "hookpoints-cli" version = "1.0.0" authors = ["Christian Peters "] description = "Hookpoints CLI - A CLI for the Hookpoints Pallet" homepage = "https://github.com/deep-ink-ventures/hookpoints-cli" readme = "README.md" keywords = [ "substrate", "blockchain", "cli", "ink", "pallet", ] categories = [ "command-line-utilities", "development-tools", "blockchain", ] license = "Apache-2.0" repository = "https://github.com/deep-ink-ventures/hookpoints-cli" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.ctrlc] version = "3.4.0" [dependencies.dialoguer] version = "0.10.4" [dependencies.regex] version = "1.9" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.7" [dev-dependencies.tempfile] version = "3.2"