# 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 = "jlic" version = "0.1.0" authors = ["j-stach"] description = "Automatically generate a simple GPL/Proprietary dual license for your Rust project" homepage = "https://github.com/j-stach/jlic" documentation = "https://github.com/j-stach/jlic" readme = "README.md" categories = ["command-line-utilities"] license-file = "JLICENSE.md" repository = "https://github.com/j-stach/jlic" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.17" features = ["cargo"] [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.serde_toml] version = "0.0.1" [dependencies.toml] version = "0.8.8"