# 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 = "cargo-urlcrate" version = "1.0.1" authors = ["Aaron Hill "] description = "A Cargo wrapper which adds crate URLs to 'cargo (build/test/run)' output" readme = "README.md" keywords = ["cargo-subcommand", "url"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/Aaron1011/cargo-urlcrate" [dependencies.serde_derive] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.docopt] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.regex] version = "0.2" [dependencies.clippy] version = "0.0" optional = true [features] default = [] [badges.appveyor] repository = "Aaron1011/cargo-urlcrate" service = "github" branch = "master" [badges.travis-ci] branch = "master" repository = "Aaron1011/cargo-urlcrate"