# 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 = "freighter-registry" version = "0.3.0" description = "The Freighter's purpose is to help the community and company to build the proxy for crates.io and the registry for the development environment." homepage = "https://github.com/open-rust-Initiative/freighter" readme = "README.md" license = "MIT" repository = "https://github.com/open-rust-Initiative/freighter" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.64" [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.4" [dependencies.dirs] version = "5.0.0" [dependencies.git2] version = "0.18.1" [dependencies.git2-curl] version = "0.19" [dependencies.log4rs] version = "1.2.0" features = ["toml_format"] [dependencies.openssl] version = "0.10.54" features = ["vendored"] [dependencies.rayon] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.sha2] version = "0.10.7" [dependencies.thiserror] version = "1.0.36" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tokio-test] version = "0.4.2" [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dependencies.toml] version = "0.8.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.url] version = "2.3.1" [dependencies.walkdir] version = "2.3.2" [dependencies.warp] version = "0.3.3" features = ["tls"] [dev-dependencies] [build-dependencies]