[package] name = "cargo-binary" description = "Validates constraints placed on binary artifacts" repository = "https://github.com/EmbarkStudios/cargo-binary" version = "0.0.1" authors = ["Embark ", "Jake Shadle "] edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" documentation = "https://docs.rs/cargo-binary" homepage = "https://github.com/EmbarkStudios/cargo-binary" categories = ["development-tools::cargo-plugins"] keywords = ["cargo", "ci"] exclude = [ ".github/", ] [badges] maintenance = { status = "actively-developed" } [[bin]] name = "cargo-binary" path = "src/cargo-binary/main.rs" [dependencies]