credent_cli_model 0.4.1

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

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

[lib]
test = false
doctest = false

[dependencies]
smol = { version = "1.2.5", optional = true }
tokio = { version = "1.4.0", optional = true }

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