Rust implementation of OCI Distribution Spec with granular access control

refactor: switch from OpenSSL to rustls for TLS

+1 -2
-1
.tangled/workflows/build.yml
··· 12 12 - cargo 13 13 - gcc 14 14 - pkg-config 15 - - openssl.dev 16 15 - skopeo 17 16 - buildah 18 17 - bash
+1 -1
Cargo.toml
··· 26 26 bytes = "1.9.0" 27 27 utoipa = { version = "5", features = ["axum_extras"] } 28 28 utoipa-swagger-ui = { version = "9", features = ["axum"] } 29 - reqwest = { version = "0.12", features = ["blocking", "json"] } 29 + reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] } 30 30 lazy_static = "1.4" 31 31 regex = "1.10" 32 32 prometheus = "0.14"