# 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 = "mit" version = "0.1.8" description = "MIT{,-0} license generator" documentation = "https://docs.rs/mit" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/btwiuse/mit" [lib] name = "mit" path = "lib.rs" [[bin]] name = "mit" path = "main.rs" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.handlebars] version = "4.3" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "btwiuse/mit"