crates-index-diff 26.0.0

Learn what's changed in the crates.io index
Documentation
[dependencies.ahash]
version = "0.8.0"

[dependencies.bstr]
version = "1.0.1"

[dependencies.gix]
default-features = false
features = ["blocking-network-client", "blob-diff", "revision"]
version = "0.67.0"

[dependencies.hashbrown]
features = ["raw"]
version = "0.14.0"

[dependencies.hex]
features = ["serde"]
version = "0.4.3"

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

[dependencies.serde]
features = ["std", "derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.smartstring]
features = ["serde"]
version = "1.0.1"

[dependencies.thiserror]
version = "1.0.32"

[dev-dependencies.crates-index]
default-features = false
features = ["git-performance", "git-https"]
version = "3.0.0"

[dev-dependencies.gix-testtools]
version = "0.15.0"

[dev-dependencies.tempdir]
version = "0.3.5"

[features]
default = ["http-curl"]
http-curl = ["gix/blocking-http-transport-curl"]
http-reqwest = ["gix/blocking-http-transport-reqwest-rust-tls"]
max-performance = ["gix/max-performance"]
max-performance-safe = ["gix/max-performance-safe"]

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

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