# 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 = "graffiti" version = "0.1.0" authors = ["Christopher Bradley "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blockchain Development Framework" homepage = "https://github.com/xchrisbradley/graffiti" readme = "README.md" keywords = [ "cli", "blockchain", "graffiti", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/xchrisbradley/graffiti" [[bin]] name = "graffiti" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.derive_more] version = "1.0.0" features = [ "from", "display", ] [dependencies.env_logger] version = "0.11.5" [dependencies.error-chain] version = "0.12.4" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6"