# 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 = "oci-r2-uploader" version = "0.1.2" authors = ["Ilmin Moon "] description = "Rust library for converting and uploading Docker images to Cloudflare R2 Storage with customizable image and tag parameters." readme = "README.md" license = "MIT" repository = "https://github.com/smileostrich/oci-r2-uploader.git" [dependencies.anyhow] version = "1.0" [dependencies.blake3] version = "1.3.3" [dependencies.log] version = "0.4.17" [dependencies.rusoto_core] version = "0.48.0" [dependencies.rusoto_s3] version = "0.48.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.2" [dependencies.tokio] version = "1.12"