# 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 = "lictool" version = "0.5.0" authors = ["Charles R. Tyrrell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lictool is a utility that will help you quickly add a spdx license to your project right from the command line" readme = "README.md" keywords = [ "license-generator", "spdx", "cli", "license", "developer-tool", ] categories = [ "command-line-utilities", "asynchronous", ] license = "GPL-3.0-only" repository = "https://github.com/fracturesky/lictool.git" [[bin]] name = "lictool" path = "src/main.rs" [dependencies.anstyle] version = "1.0.7" [dependencies.anyhow] version = "^1.0.86" [dependencies.chrono] version = "^0.4.38" [dependencies.clap] version = "^4.5.3" features = ["derive"] [dependencies.clap_complete] version = "^4.5.7" [dependencies.color-print] version = "^0.3.6" [dependencies.dialoguer] version = "0.11.0" features = [ "fuzzy-select", "completion", ] [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.19.0" [dependencies.http-cache-reqwest] version = "0.14.0" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "json", ] [dependencies.reqwest-middleware] version = "0.3.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.snafu] version = "^0.8.3" [dependencies.termion] version = "4.0.2" [dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1"