# 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 = "commandit" version = "0.0.3" authors = ["David Sugar "] description = "Some simple portable command line utilities" homepage = "https://codeberg.org/dyfet/commandit" readme = "README.md" keywords = [ "cli", "shell", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/dyfet/commandit/" [dependencies.clap] version = "4, >= 4.3" features = ["derive"] [dependencies.md-5] version = "0" [dependencies.ripemd] version = "0" [dependencies.sha1] version = "0" [dependencies.sha2] version = "0"