credent_fs_model 0.4.1

Reads / Writes credentials from / to disk.
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]
edition = "2018"
name = "credent_fs_model"
version = "0.4.1"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
description = "Reads / Writes credentials from / to disk."
documentation = "https://docs.rs/credent/"
readme = "../../README.md"
keywords = ["credentials", "profile"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/azriel91/credent"

[lib]
test = false
doctest = false
[dependencies.credent_model]
version = "0.4.1"
features = ["serde"]

[dependencies.toml]
version = "0.5.6"