eco 0.23.0

A tool for reasoning about breaking changes in Rust ecosystems
Documentation
[dependencies.piston_meta]
version = "2.0.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11"

[dependencies.semver]
version = "0.2.3"

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

[package]
authors = ["bvssvni <bvssvni@gmail.com>"]
description = "A tool for reasoning about breaking changes in Rust ecosystems"
edition = "2021"
homepage = "https://github.com/pistondevelopers/eco"
keywords = ["piston", "ecosystem", "dependencies", "analysis"]
license = "MIT OR Apache-2.0"
name = "eco"
repository = "https://github.com/pistondevelopers/eco.git"
resolver = "2"
version = "0.23.0"