blob: e37d5f6fe70d8ff994179ba69dbcf447cd49f385 [file] [log] [blame]
# 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"
version = "0.18.8"
authors = [
"Corey Farwell <[email protected]>",
"Kornel <[email protected]>",
]
description = "Library for retrieving and interacting with the crates.io index"
homepage = "https://lib.rs/crates-index"
documentation = "https://docs.rs/crates-index/"
keywords = [
"packaging",
"index",
"dependencies",
"crate",
"meta",
]
categories = [
"development-tools",
"database",
]
license = "Apache-2.0"
repository = "https://github.com/frewsxcv/rust-crates-index"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.git2]
version = ">= 0.13.25, <0.15"
default-features = false
[dependencies.hex]
version = "0.4.3"
features = ["serde"]
[dependencies.home]
version = "0.5.3"
[dependencies.memchr]
version = "2.5.0"
[dependencies.num_cpus]
version = "1.13.1"
[dependencies.rayon]
version = "1.5.3"
optional = true
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.semver]
version = "1.0.9"
[dependencies.serde]
version = "1.0.137"
features = ["rc"]
[dependencies.serde_derive]
version = "1.0.137"
[dependencies.serde_json]
version = "1.0.81"
[dependencies.smartstring]
version = "1.0.1"
features = ["serde"]
[dev-dependencies.cap]
version = "0.1.0"
[dev-dependencies.tempfile]
version = "3.3.0"
[features]
default = [
"git2/default",
"parallel",
]
parallel = ["rayon"]
vendored-openssl = ["git2/vendored-openssl"]
[badges.maintenance]
status = "actively-developed"