eco 0.9.0

A tool for reasoning about breaking changes in Rust ecosystems
Documentation
[package]
name = "eco"
version = "0.9.0"
authors = [
    "bvssvni <bvssvni@gmail.com>"
]
keywords = ["piston", "ecosystem", "dependencies", "analysis"]
description = "A tool for reasoning about breaking changes in Rust ecosystems"
license = "MIT"
repository = "https://github.com/pistondevelopers/eco.git"
homepage = "https://github.com/pistondevelopers/eco"

[lib]
name = "eco"
path = "src/lib.rs"

[dependencies]
piston_meta = "0.25.1"
hyper = "0.6.9"
range = "0.3.0"
semver = "=0.2.0"