# 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 = "deftsilo" version = "0.4.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "deftsilo is a dotfiles manager" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/deftsilo" [[bin]] name = "deftsilo" path = "src/main.rs" [dependencies.arrrg] version = "0.3" [dependencies.arrrg_derive] version = "0.3" [dependencies.getopts] version = "0.2" [dependencies.sha2] version = "0.9"