crates-index-diff 30.0.0

Learn what's changed in the crates.io index
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
default = [
    "http-curl",
    "semver",
    "sha1",
]
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"]
semver = ["dep:semver"]
sha1 = ["gix/sha1"]
sha256 = ["gix/sha256"]

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

[dependencies.ahash]
version = "0.8.0"

[dependencies.bstr]
version = "1.0.1"

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

[dependencies.hashbrown]
version = "0.16.0"

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

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

[dependencies.semver]
version = "1.0.27"
features = ["serde"]
optional = true

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

[dependencies.serde_json]
version = "1"

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

[dependencies.thiserror]
version = "2"

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

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

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