# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "crate-index" version = "0.1.0" authors = ["Daniel Eades "] description = "A small library for managing a Cargo crate index" homepage = "https://github.com/Rust-Bucket/Crate-Index" documentation = "https://docs.rs/crate-index" readme = "README.md" keywords = ["crates", "index", "registry", "async"] license = "MIT" repository = "https://github.com/Rust-Bucket/Crate-Index" [dependencies.async-std] version = "1.4.0" [dependencies.futures-util] version = "0.3.4" [dependencies.git2] version = "0.11.0" [dependencies.itertools] version = "0.8.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.4" [dependencies.semver] version = "0.9.0" features = ["serde"] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.45" [dependencies.thiserror] version = "1.0.10" [dependencies.url] version = "2.1.1" features = ["serde"] [dev-dependencies.async-std] version = "1.4.0" features = ["attributes"] [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.test-case] version = "1.0.0" [features] blocking = [] [badges.codecov] repository = "Rust-Bucket/Crate-Index"