# 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 = "adof" version = "1.0.0" authors = ["Abinash S. "] build = false exclude = ["assets/"] autobins = false autoexamples = false autotests = false autobenches = false description = "ADOF - An Automatic Dot-files Organizer Friend" homepage = "https://github.com/fnabinash/adof" readme = "README.md" keywords = [ "config", "adof", "config-management", "vim", "neovim", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/fnabinash/adof" [lib] name = "adof" path = "src/lib.rs" [[bin]] name = "adof" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.git2] version = "0.19.0" [dependencies.glob] version = "0.3.1" [dependencies.reqwest] version = "0.12.9" features = ["blocking"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.41.1" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.url] version = "2.5.3" [dependencies.webbrowser] version = "1.0.2"