# 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" rust-version = "1.67" name = "crates-registry" version = "0.1.3" authors = ["Tal Y Roni "] include = [ "/frontend/build", "/src", "build.rs", ] description = """ Crates Registry is a tool for serve crates and rustup installation in offline networks. The project is based on panamax project and cargo-http-registry and use theis code. """ homepage = "https://github.com/TalRoni/crates-registry" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/TalRoni/crates-registry.git" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.4" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.git2] version = "0.17" [dependencies.glob] version = "0.3" [dependencies.include_dir] version = "0.7" [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.smolset] version = "1.3" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.25" features = ["full"] default-features = false [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "env-filter", "fmt", ] default-features = false [dependencies.warp] version = "0.3"