# 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 = "standard-readme" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate Standard Readme-compatible READMEs" homepage = "https://github.com/kfkonrad/generator-standard-readme-rust" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kfkonrad/generator-standard-readme-rust" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "standard-readme" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.93" [dependencies.askama] version = "0.12.1" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = [ "derive", "std", "help", "error-context", ] default-features = false [dependencies.convert_case] version = "0.6.0" [dependencies.fancy-regex] version = "0.14.0" [dependencies.git2] version = "0.19.0" default-features = false [dependencies.inquire] version = "0.7.5" [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0.195" features = ["derive"] [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"