# 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 = "ci-generate" version = "0.5.3" description = "Generate a new project for some build systems with the use of templates." homepage = "https://github.com/SoftengPoliTo/ci-generate" readme = "README.md" license = "MIT" repository = "https://github.com/SoftengPoliTo/ci-generate" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false panic = "unwind" overflow-checks = false incremental = false strip = "debuginfo" [dependencies.anyhow] version = "1" [dependencies.clap] version = "^4.4" features = ["derive"] [dependencies.dirs] version = "^5.0" [dependencies.figment] version = "^0.10" features = ["toml"] [dependencies.license] version = "^3.1" [dependencies.minijinja] version = "^1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.textwrap] version = "0.16" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]