# 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 = "2018" name = "ghregistry" version = "0.2.0" authors = ["Milan Šťastný "] description = "A pure-Rust synchronous library for Github Docker Registry API" license = "MIT" repository = "https://github.com/AchetaGames/ghregistry" [dependencies.base64] version = "0.13" [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.11" features = [ "json", "cookies", "blocking", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_ignored] version = "0.1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "^0.10.2" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0.19" [dependencies.url] version = "2.1.1"