# 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 = "srtool-cli" version = "0.12.0" authors = ["chevdor@gmail.com"] description = "srtool is cli allowing to control the srtool docker image" homepage = "https://github.com/chevdor/subwasm" readme = "README.md" keywords = [ "wasm", "cli", "runtime", "polkadot", "kusama", ] license = "MIT" repository = "https://github.com/chevdor/srtool-cli" resolver = "1" [package.metadata.deb] assets = [[ "target/release/srtool", "usr/bin/", "755", ]] copyright = "2021, Wilfried Kopp aka. Chevdor " depends = "$auto" extended-description = "A cli allowing to control the srtool docker image." license-file = [ "LICENSE", "0", ] maintainer = "Wilfried Kopp aka. Chevdor " priority = "optional" section = "utility" [[bin]] name = "srtool" path = "src/main.rs" test = false bench = false [dependencies.clap] version = "4" features = [ "derive", "env", "unicode", "cargo", ] [dependencies.ctrlc] version = "3.2" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.srtool-lib] version = "0" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0"