# 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.80.0" name = "aeruginous" version = "3.7.17" authors = ["Kevin Matthes "] build = false include = ["/src"] autobins = false autoexamples = false autotests = false autobenches = false description = "The Aeruginous Open Source Development Toolbox." homepage = "https://github.com/kevinmatthes/aeruginous-rs" readme = "README.md" keywords = [ "aeruginous", "changelog", "citation-file-format", "linter", "toolbox", ] categories = [ "command-line-utilities", "config", "development-tools", "rust-patterns", "template-engine", ] license = "GPL-3.0" repository = "https://github.com/kevinmatthes/aeruginous-rs" [lib] name = "aeruginous" path = "src/lib.rs" [[bin]] name = "aeruginous" path = "src/main.rs" [dependencies.aeruginous-io] version = "0.8.1" [dependencies.anstyle] version = "1.0.8" [dependencies.cargo-lock] version = "9.0.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.git2] version = "0.19.0" default-features = false [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.quick-xml] version = "0.36.1" features = ["serialize"] [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.sysexits] version = "0.8.1" [dependencies.toml] version = "0.8.16" [features] cff = ["cff-create"] cff-create = [] default = [ "cff", "utilities", ] mkcws = [] rs2md = [] uncrlf = [] utilities = [ "mkcws", "rs2md", "uncrlf", ]