docker_credential 1.4.0

Reads a user's docker credentials from config
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "docker_credential"
version = "1.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reads a user's docker credentials from config"
readme = "README.md"
keywords = [
    "docker",
    "credential",
    "container",
]
categories = [
    "authentication",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/keirlawson/docker_credential"

[lib]
name = "docker_credential"
path = "src/lib.rs"

[[example]]
name = "get-credential"
path = "examples/get-credential.rs"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.clap]
version = "4.5.37"
features = ["derive"]

[dev-dependencies.rstest]
version = "0.26.1"