# 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 = "private-crate-hub" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A private Rust crate registry that securely stores your crate data in a GitHub repository, simplifying management and distribution while ensuring version control, backups, and access only for authorized users." readme = "README.md" license = "MIT" [[bin]] name = "private-crate-hub" path = "src/main.rs" [dependencies.base64] version = "0.22" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.futures-util] version = "0.3" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "0.14" [dependencies.log] version = "0.4.22" [dependencies.octocrab] version = "0.39" [dependencies.poem] version = "3.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.sha256] version = "1.5" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing-subscriber] version = "0.3"