[package] name = "cargo-registry-s3" version = "0.2.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/crates.io" description = "Interaction between crates.io and S3 for storing crate files" [lib] name = "s3" path = "lib.rs" [dependencies] openssl = "0.9" time = "0.1.0" curl = "0.4" base64 = "0.6"