# 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 = "blahajdots" version = "0.4.0" authors = ["Violet Purcell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bespoke dotfile management for sharkgirls." homepage = "https://codeberg.org/vimproved/blahajdots" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://codeberg.org/vimproved/blahajdots" [lib] name = "blahajdots" path = "src/lib.rs" [[bin]] name = "blahaj" path = "src/bin/blahaj.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.env_logger] version = "0.11.5" [dependencies.gio] version = "0.20.1" optional = true [dependencies.glib] version = "0.20.3" optional = true [dependencies.glob] version = "0.3.1" [dependencies.handlebars] version = "6.0.0" [dependencies.home] version = "0.5.9" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.rustix] version = "0.38.37" features = ["system"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8" [dependencies.untildify] version = "0.1.1" [dependencies.walkdir] version = "2.5.0" [features] default = ["gsettings"] gsettings = [ "gio", "glib", ]