# 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 = "2018" name = "spdx-guide" version = "0.2.3" authors = ["JohnnyJayJay "] description = "A tool to help you with the creation of spdx files in your projects" homepage = "https://github.com/JohnnyJayJay/spdx-guide" readme = "README.md" keywords = [ "cli", "licensing", "spdx", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/JohnnyJayJay/spdx-guide" [dependencies.clap] version = "4.0.2" features = ["derive"] [dependencies.console] version = "0.15.1" [dependencies.dialoguer] version = "0.10.2" [dependencies.git2] version = "0.15.0" [dependencies.i18n-embed] version = "0.13.4" features = [ "fluent-system", "desktop-requester", ] [dependencies.i18n-embed-fl] version = "0.6.4" [dependencies.rust-embed] version = "6" [dependencies.spdx] version = "0.9.0" [dependencies.uuid] version = "1.1.2" features = ["v4"] [dependencies.whoami] version = "1.2.3"