# 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] name = "destructivator" version = "0.1.0" authors = ["An Camchéachta"] build = "build.rs" description = "Automated Force.com project rollback with git integration." readme = "README.md" keywords = ["destructive", "forcedotcom", "git", "metadata", "Salesforce"] categories = ["command-line-utilities", "development-tools", "filesystem", "rendering::data-formats"] license = "MIT" repository = "https://github.com/ancamcheachta/destructivator" [[test]] name = "destructivator-tests" path = "tests/lib.rs" [dependencies.ignore] version = "0.3.1" [dependencies.git2] version = "0.6.8" [dependencies.config] version = "0.7.0" [build-dependencies.git2] version = "0.6.8" [badges.travis-ci] repository = "ancamcheachta/destructivator" branch = "master" [badges.coveralls] branch = "master" service = "github" repository = "ancamcheachta/destructivator"