# 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 = "fever" version = "0.1.5" authors = ["ltoddy "] description = "Initialize project using templates." homepage = "https://github.com/ltoddy/fever" documentation = "https://docs.rs/fever" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ltoddy/fever" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0" features = ["derive", "std"] default-features = false [dependencies.git2] version = "0.13" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.11" [dependencies.tinytemplate] version = "1.2" [build-dependencies.manman] version = "0.1.2"