# 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 = "katapult" version = "0.0.0" authors = ["Will Czifro wiil@czifro.me"] description = "A dev tool" documentation = "https://docs.rs/katapult" readme = "README.md" categories = ["dev-tool"] license = "MIT" [dependencies.clap] version = "4.3.0" features = ["string"] [dependencies.home] version = "0.5.5" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21" [dependencies.tera] version = "1"