# 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 = "licensure" version = "0.5.1" authors = ["Mathew Robinson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A software license management tool" homepage = "https://github.com/chasinglogic/licensure" readme = "README.md" keywords = [ "licensing", "cli", "tool", "license", ] license = "GPL-3.0" repository = "https://github.com/chasinglogic/licensure" [[bin]] name = "licensure" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "2.34.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.26" [dependencies.simplelog] version = "0.11.2" [dependencies.textwrap] version = "0.14.2" [dependencies.ureq] version = "2" features = [ "json", "tls", ] [badges.travis-ci] branch = "master" repository = "chasinglogic/licensure"