# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "badm" version = "0.5.0" authors = ["Jake Schurch "] description = "But another dotfile manager." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jakeschurch/badm" [[bin]] name = "badm" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.failure] version = "0.1.6" [dependencies.glob] version = "0.3.0" [dependencies.serde] version = "1.0.102" [dependencies.serde_derive] version = "1.0.102" [dependencies.toml] version = "0.5.4" [dev-dependencies.dirs] version = "2.0.2" [dev-dependencies.tempfile] version = "3.1.0" [badges.is-it-maintained-issue-resolution] repository = "jakeschurch/badm" [badges.is-it-maintained-open-issues] repository = "jakeschurch/badm" [badges.maintenance] status = "actively-developed"