crates-index-diff 13.0.0

Learn what's changed in the crates.io index
Documentation
[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "Learn what's changed in the crates.io index"
documentation = "https://docs.rs/crates-index-diff"
keywords = ["crates", "index", "diff"]
license = "MIT"
name = "crates-index-diff"
repository = "https://github.com/Byron/crates-index-diff-rs"
version = "13.0.0"
edition = "2018"
readme = "changelog.md"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"]

[lib]
test = false

[dependencies]
git-repository = { version = "0.25.0", default-features = false, features = ["max-performance-safe", "blocking-network-client", "blocking-http-transport"] }
similar = { version = "2.2.0", features = ["bytes"] }
serde = { version = "1", features = ["std", "derive"] }
serde_json = "1"
bstr = "1.0.1"
thiserror = "1.0.32"

[dev-dependencies]
git-testtools = "0.8.0"
tempdir = "0.3.5"