bt_http_cli_conf 0.1.3

Retrieve the HTTP client configuration for a given environment from a YAML file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bt_http_cli_conf"
version = "0.1.3"
edition = "2024"
authors = ["calvarez <calvarez@bachuetech.biz>"]
description = "Retrieve the HTTP client configuration for a given environment from a YAML file."
keywords = ["http","client", "YAML","file","read"]
categories = ["value-formatting", "development-tools", "filesystem","config"]
repository = "https://github.com/bachuetech/bt_http_cli_conf"
readme = "README.md"
homepage = "https://github.com/bachuetech/bt_http_cli_conf"
license = "GPL-3.0-only"

[dependencies]
bt_logger = "0.3.1"
bt_yaml_utils = "0.1.14"
yaml-rust2 = "0.11.0"