# 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.75.0" name = "licensa" version = "0.1.7" authors = ["Nelson Dominguez "] include = [ "src/**/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "./README.md", ".licensaignore", ] description = "CLI tool for seamless source code license management, supporting 65+ file types" homepage = "https://github.com/ekkolon/licensa" readme = "README.md" keywords = [ "cli", "spdx", "license-headers", "license-management", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" [profile.dev] debug = 0 [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "licensa" path = "src/bin/licensa.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", ] [dependencies.colored] version = "2.1.0" [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.directories] version = "5.0.1" [dependencies.glob] version = "0.3.1" [dependencies.handlebars] version = "5.1.2" [dependencies.ignore] version = "0.4.22" [dependencies.inquire] version = "0.7.4" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4.21" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.spdx] version = "0.10.4" [dependencies.tabled] version = "0.15.0" [dependencies.thiserror] version = "1.0.58" [dependencies.url] version = "2.5.0" features = ["serde"] [dev-dependencies.tempfile] version = "3.10.1" [target."cfg(not(windows))".dependencies.openssl] version = "0.10" features = ["vendored"] [badges.codecov] branch = "main" repository = "ekkolon/licensa" service = "github" [badges.maintenance] status = "experimental"