[package]
edition = "2021"
name = "pachy-config"
version = "0.1.0"
authors = ["Pachycephalosaurus Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration loader for Pachycephalosaurus apps"
homepage = "https://github.com/yourusername/Pachycephalosaurus"
documentation = "https://docs.rs/pachy-config"
readme = "README.md"
keywords = [
"config",
"toml",
"web",
"rust",
"framework",
]
categories = [
"config",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yourusername/Pachycephalosaurus"
[lib]
name = "pachy_config"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.8"