[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"