cargo-registry-s3 0.2.0

Interaction between crates.io and S3 for storing crate files
Documentation
# 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]
name = "cargo-registry-s3"
version = "0.2.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Interaction between crates.io and S3 for storing crate files"
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/crates.io"

[lib]
name = "s3"
path = "lib.rs"
[dependencies.openssl]
version = "0.9"

[dependencies.time]
version = "0.1.0"

[dependencies.curl]
version = "0.4"

[dependencies.base64]
version = "0.6"