docker-credentials-config 0.1.0

Load Docker client configuration and credentials from ~/.docker/config.json
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 = "2024"
name = "docker-credentials-config"
version = "0.1.0"
authors = ["docker-credentials-config contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Load Docker client configuration and credentials from ~/.docker/config.json"
homepage = "https://github.com/calavera/docker-credentials-config"
documentation = "https://docs.rs/docker-credentials-config"
readme = "README.md"
keywords = [
    "docker",
    "credentials",
    "config",
]
license = "MIT"
repository = "https://github.com/calavera/docker-credentials-config"

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

[dependencies.base64]
version = "0.22"

[dependencies.bollard]
version = "0.20"
default-features = false

[dependencies.directories]
version = "5"

[dependencies.docker_credential]
version = "1.3.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["fs"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]