cognito-user-reader 1.0.3

Utility to retrieve all users in a specific AWS user pool
Documentation
[[bin]]
name = "cur"
path = "./src/cli/main.rs"
[badges.maintenance]
status = "actively-developed"
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.console]
version = "0.14"

[dependencies.rusoto_cognito_idp]
version = "0.46"

[dependencies.rusoto_core]
version = "0.46"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.structopt]
version = "0.3.12"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "fs"]
version = "1.7"

[package]
authors = ["Roberto Huertas <roberto.huertas@outlook.com>"]
categories = ["web-programming::http-server", "network-programming"]
description = "Utility to retrieve all users in a specific AWS user pool"
edition = "2018"
exclude = [".github/*", ".pre-commit-config.yaml"]
keywords = ["cli", "aws", "cognito"]
license = "MIT"
name = "cognito-user-reader"
readme = "README.md"
repository = "https://github.com/robertohuertasm/cognito-user-reader"
version = "1.0.3"