# 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 = "sbs" version = "1.0.0" authors = ["SBS Team - jim.lynch@evaluates2.com"] description = "The Super Blockchain Scaffolder, a command line utility for scaffolding blockchain-related projects!" homepage = "https://sbs-cli.org" readme = "README.md" keywords = [ "blockchain", "crypto", "npm", "cli-tool", "scaffold", ] categories = [ "command-line-utilities", "crypto", "blockchain", "rust", ] license = "MIT" repository = "https://github.com/Super-Blockchain-Scaffolder/sbs-cli" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.git2] version = "0.16.1" [dependencies.inquire] version = "0.6.0" [dependencies.reqwest] version = "0.11.16" features = ["blocking"] [dependencies.serde_yaml] version = "0.9.21" [dependencies.tempfile] version = "3" [dependencies.termimad] version = "0.23.0" [dev-dependencies.assert_cmd] version = "2.0.10"