credent_cli_model 0.4.1

Reads in credentials from the CLI.
Documentation
[dependencies.smol]
optional = true
version = "1.2.5"

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

[features]
backend-smol = ["smol"]
backend-tokio = ["tokio", "tokio/io-std", "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_model"
readme = "../../README.md"
repository = "https://github.com/azriel91/credent"
version = "0.4.1"

[package.metadata.docs.rs]
features = ["backend-tokio"]