pachy-config 0.1.0

Configuration loader for Pachycephalosaurus apps
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"
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"