# 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 = "luxon" version = "0.1.0" authors = ["Tyron Rieckmann "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "Dotfiles manager + full system config + easy provisioning" homepage = "https://github.com/tyrumus/luxon" documentation = "https://github.com/tyrumus/luxon" readme = "README.md" keywords = [ "dotfiles", "manager", "config", "system", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tyrumus/luxon" [dependencies.clap] version = "4.3.23" features = [ "derive", "env", ] [dependencies.directories] version = "5.0.1" [dependencies.gix] version = "0.52.0" [dependencies.handlebars] version = "4.3.7" [dependencies.miette] version = "5.10.0" features = ["fancy"]