amazon_cognito_rust 0.1.4

amazon cognito client in rust
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 = "amazon_cognito_rust"
version = "0.1.4"
authors = ["kyunghoon <kyunghoon@gmail.com>"]
description = "amazon cognito client in rust"
license = "MIT/Apache-2.0"
repository = "https://github.com/kyunghoon/amazon_cognito_rust.git"

[lib]
name = "amazon_cognito_rust"
path = "src/lib.rs"
[dependencies.ring]
version = "0.11.0"

[dependencies.sha2]
version = "0.6.0"

[dependencies.rusoto_cognito_identity]
version = "0.28.0"

[dependencies.log]
version = "0.3.8"

[dependencies.hyper]
version = "0.10.0"

[dependencies.num]
version = "0.1.40"

[dependencies.serde_derive]
version = "1.0.2"

[dependencies.rusoto_core]
version = "0.28.0"

[dependencies.serde]
version = "1.0.15"

[dependencies.base64]
version = "0.6.0"

[dependencies.hyper-native-tls]
version = "0.2.4"

[dependencies.serde_json]
version = "1.0.3"

[dependencies.chrono]
version = "0.4.0"