# 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" rust-version = "1.74.1" name = "licensit" version = "1.2.1" authors = ["neuromeow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool to create LICENSE files" homepage = "https://github.com/neuromeow/licensit" readme = "README.md" keywords = [ "cli", "license-management", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/neuromeow/licensit" [[bin]] name = "licensit" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.assert_cmd] version = "2.0.16" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.configparser] version = "3.1.0" [dependencies.include_dir] version = "0.7.4" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_yaml] version = "0.9.33" [dependencies.serial_test] version = "3.1.1" [dependencies.tempfile] version = "3.12.0" [dependencies.whoami] version = "1.5.1"