[dependencies.config]
version = "0.14.0"
[dependencies.serde]
version = "1.0.206"
[dependencies.thiserror]
version = "1.0.63"
[lib]
name = "confine_builder"
path = "src/lib.rs"
[package]
authors = ["Fabian Diez <contact@fdiez.tech>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["config"]
description = "Builder implementation for the confine crate"
edition = "2021"
homepage = "https://github.com/fabiandiez/confine-rs"
keywords = ["config", "configuration", "builder", "config-rs"]
license = "MIT OR Apache-2.0"
name = "confine-builder"
readme = false
repository = "https://github.com/fabiandiez/confine-rs"
version = "0.1.0"