# 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 = "2021" name = "cargo-lift" version = "0.0.0" description = "A tool for hosting, mirroring, and auditing Crates." homepage = "https://gitlab.com/crahda/cargo-lift" readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/crahda/cargo-lift" [dependencies.axum] version = "0.6.18" [dependencies.base64] version = "0.21.2" [dependencies.crates-index] version = "0.19.13" features = ["parallel"] [dependencies.futures] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.rayon] version = "1.7.0" [dependencies.reqwest] version = "0.11.18" [dependencies.semver] version = "1.0.17" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.sha2] version = "0.10.7" [dependencies.smol_str] version = "0.2.0" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"