# 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 = "2018" name = "crates-index-diff" version = "26.0.0" authors = ["Sebastian Thiel "] build = false include = [ "src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", ] 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" [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.67.0" features = [ "blocking-network-client", "blob-diff", "revision", ] default-features = false [dependencies.hashbrown] version = "0.14.0" features = ["raw"] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.reqwest] version = "0.12" features = ["blocking"] [dependencies.serde] version = "1" features = [ "std", "derive", ] [dependencies.serde_json] version = "1" [dependencies.smartstring] version = "1.0.1" features = ["serde"] [dependencies.thiserror] version = "1.0.32" [dev-dependencies.crates-index] version = "3.0.0" features = [ "git-performance", "git-https", ] default-features = false [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"]