# 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 = "fox-template" version = "0.1.0" description = "Repository templater." homepage = "https://github.com/fox-tools/template" readme = "README.md" license = "MPL-2.0" [[bin]] name = "template" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.cargo_toml] version = "0.15.2" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.clap_complete] version = "4.1.4" [dependencies.crossterm] version = "0.27.0" [dependencies.dialoguer] version = "0.10.4" features = [ "completion", "fuzzy-select", "fuzzy-matcher", "history", ] [dependencies.directories] version = "4.0.1" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.handlebars] version = "4.4.0" [dependencies.ignore] version = "0.4.20" [dependencies.minijinja] version = "0.30.6" [dependencies.notify] version = "5.1.0" features = ["serde"] [dependencies.ratatui] version = "0.23.0" features = ["all-widgets"] [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" [dependencies.toml] version = "0.7.2" [dependencies.walkdir] version = "2.3.2"