# 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.58.0" name = "lic" version = "0.4.0" authors = ["Nyakku Shigure"] description = "A SPDX license generator." homepage = "https://github.com/ShigureLab/lic" readme = "README.md" keywords = [ "spdx", "license", "cli", ] license = "MIT" repository = "https://github.com/ShigureLab/lic" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.strsim] version = "0.10.0" [dependencies.textwrap] version = "0.16.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.toml] version = "0.8.0"