dynamic-config-git 0.6.1

Read dynamic-config configuration from a git repository — GitHub, GitLab, Azure DevOps or any git host.
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 = "2021"
rust-version = "1.85"
name = "dynamic-config-git"
version = "0.6.1"
authors = ["Cevat Batuhan Tolon <cevatbatuhan.tolon@gmail.com>"]
build = false
exclude = [
    "tests/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read dynamic-config configuration from a git repository — GitHub, GitLab, Azure DevOps or any git host."
homepage = "https://github.com/ctolon/dynamic-config"
documentation = "https://docs.rs/dynamic-config-git"
readme = "README.md"
keywords = [
    "config",
    "git",
    "gitops",
    "hot-reload",
    "watch",
]
categories = [
    "config",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ctolon/dynamic-config"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "git_private_ca"
path = "examples/git_private_ca.rs"

[[example]]
name = "git_watching"
path = "examples/git_watching.rs"

[dependencies.dynamic-config]
version = "=0.6.1"
default-features = false

[dependencies.dynamic-config-store-core]
version = "=0.6.1"

[dependencies.gix]
version = "0.86.0"
features = [
    "blocking-network-client",
    "blocking-http-transport-reqwest-rust-tls",
    "parallel",
    "pack-cache-lru-dynamic",
    "sha1",
]
default-features = false

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "rustls",
]
default-features = false

[dev-dependencies.dynamic-config]
version = "=0.6.1"
features = [
    "json",
    "yaml",
    "toml",
]
default-features = false

[dev-dependencies.dynamic-config-store-core]
version = "=0.6.1"

[dev-dependencies.gix-transport]
version = "0.58.1"
features = ["http-client-insecure-credentials"]
default-features = false

[dev-dependencies.rcgen]
version = "0.14"
features = [
    "crypto",
    "pem",
    "ring",
]
default-features = false

[dev-dependencies.rustls]
version = "0.23.31"
features = [
    "aws-lc-rs",
    "std",
    "tls12",
]
default-features = false

[dev-dependencies.serde]
version = "1.0.221"
features = ["derive"]