# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dkregistry" version = "0.5.0" authors = ["Luca Bruno ", "Stefan Junker "] exclude = [".gitignore", ".travis.yml"] description = "A pure-Rust asynchronous library for Docker Registry API" documentation = "https://docs.rs/dkregistry" keywords = ["docker", "registry", "async"] license = "MIT OR Apache-2.0" repository = "https://github.com/camallo/dkregistry-rs" [package.metadata.release] disable-publish = true disable-push = true post-release-commit-message = "cargo: development version bump" pre-release-commit-message = "cargo: dkregistry release {{version}}" sign-commit = true tag-message = "dkregistry v{{version}}" [dependencies.async-stream] version = "0.3" [dependencies.base64] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.libflate] version = "1.0" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.regex] version = "^1.1.0" [dependencies.reqwest] version = "0.10" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_ignored] version = "0.1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "^0.9.0" [dependencies.strum] version = "0.19" [dependencies.strum_macros] version = "0.19" [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0.19" [dependencies.tokio] version = "0.2" [dependencies.url] version = "2.1.1" [dev-dependencies.dirs] version = "3.0" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.mockito] version = "0.27" [dev-dependencies.spectral] version = "0.6" [dev-dependencies.test-case] version = "1.0.0" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [features] default = ["reqwest-default-tls"] reqwest-default-tls = ["reqwest/default-tls"] reqwest-rustls = ["reqwest/rustls-tls"] test-mock = [] test-net = [] test-net-private = []