semverver 0.1.43

Automatic verification of SemVer adhrence in rust library crates
Documentation
# 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 = "semverver"
version = "0.1.43"
authors = ["Inokentiy Babushkin <twk@twki.de>"]
description = "Automatic verification of SemVer adhrence in rust library crates"
readme = "README.md"
keywords = ["semver", "plugin"]
categories = ["development-tools", "development-tools::cargo-plugins"]
license-file = "LICENSE"
repository = "https://github.com/rust-dev-tools/rust-semverver"

[[bin]]
name = "cargo-semver"
path = "src/bin/cargo_semver.rs"

[[bin]]
name = "rust-semverver"
path = "src/bin/rust_semverver.rs"

[[bin]]
name = "rust-semver-public"
path = "src/bin/rust_semver_public.rs"
[dependencies.cargo]
version = "0.37"

[dependencies.crates-io]
version = "0.24"

[dependencies.curl]
version = "0.4.21"

[dependencies.env_logger]
version = "0.6"

[dependencies.failure]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.6"

[dependencies.semver]
version = "0.9"

[dependencies.serde]
version = "1.0.84"

[dependencies.serde_derive]
version = "1.0.84"

[dependencies.serde_json]
version = "1.0.34"
[dev-dependencies.quickcheck]
version = "0.7"
[badges.appveyor]
repository = "rust-dev-tools/rust-semverver"

[badges.travis-ci]
repository = "rust-dev-tools/rust-semverver"