credent_cli 0.4.1

Reads in credentials from the CLI.
Documentation
[dependencies.credent_cli_model]
default-features = false
version = "0.4.1"

[dependencies.credent_model]
version = "0.4.1"

[dependencies.rpassword]
version = "5.0.0"

[dependencies.smol]
optional = true
version = "1.2.5"

[dependencies.tokio]
optional = true
version = "1.4.0"

[features]
backend-smol = ["credent_cli_model/backend-smol", "smol"]
backend-tokio = ["credent_cli_model/backend-tokio", "tokio", "tokio/io-std", "tokio/io-util", "tokio/rt"]

[lib]
doctest = false
test = false

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
description = "Reads in credentials from the CLI."
documentation = "https://docs.rs/credent/"
edition = "2018"
keywords = ["credentials", "profile"]
license = "MIT OR Apache-2.0"
name = "credent_cli"
readme = "../../README.md"
repository = "https://github.com/azriel91/credent"
version = "0.4.1"
[package.metadata.docs.rs]
features = ["backend-tokio"]