# 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 = "2018" name = "dotsync" version = "0.0.1" authors = ["Pavan Kumar Sunkara "] include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "*.md", ] description = "Command line utility for syncing dotfiles" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/termapps/dotsync" [profile.release] lto = "thin" [[bin]] name = "dotsync" path = "src/main.rs" [dependencies.structopt] version = "0.3.7" [badges.maintenance] status = "actively-developed"