# 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.63" name = "cargo-http-registry" version = "0.1.6" authors = ["Daniel Mueller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A cargo registry allowing for quick publishing of crates when using crates.io is just not desired. """ homepage = "https://github.com/d-e-s-o/cargo-http-registry" readme = "README.md" keywords = [ "cargo", "registry", "registry-server", "http", "filesystem", ] categories = [ "command-line-utilities", "config", "database", "development-tools", "filesystem", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/cargo-http-registry.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 incremental = false [lib] name = "cargo_http_registry" path = "src/lib.rs" [[bin]] name = "cargo-http-registry" path = "src/main.rs" [[test]] name = "end-to-end" path = "tests/end-to-end.rs" [dependencies.anyhow] version = "1.0.14" [dependencies.git2] version = "0.17" [dependencies.serde] version = "1.0.1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.structopt] version = "0.3.20" [dependencies.tokio] version = "1.34" features = ["rt"] default-features = false [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" default-features = false [dev-dependencies._headers_version_unused] version = "0.3.1" package = "headers" [dev-dependencies._pkg-config_unused] version = "0.3.16" package = "pkg-config" [dev-dependencies._serde_urlencoded_unused] version = "0.7.1" package = "serde_urlencoded" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.tokio] version = "1.34" features = [ "macros", "rt", ] default-features = false [target.'cfg(not(target_os = "windows"))'.dev-dependencies._openssl_sys_unused] version = "0.9.64" package = "openssl-sys"