context-engine 0.1.6

Declarative context management for request handlers
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 = "2024"
name = "context-engine"
version = "0.1.6"
authors = ["Andyou <andyou@animagram.jp>"]
build = false
exclude = [
    "examples/integration_tests.rs",
    "examples/implements.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative context management for request handlers"
homepage = "https://github.com/animagram-jp/"
readme = "README.md"
keywords = [
    "context",
    "namespace",
    "yaml",
    "addressing",
]
categories = [
    "config",
    "data-structures",
    "template-engine",
    "parser-implementations",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/animagram-jp/context-engine"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
logging = ["dep:log"]
precompile = [
    "dep:serde_yaml_ng",
    "logging",
]

[lib]
name = "context_engine"
path = "src/lib.rs"

[[example]]
name = "precompile"
path = "examples/precompile.rs"
required-features = ["precompile"]

[dependencies.log]
version = "0.4"
optional = true
default-features = false

[dependencies.serde_yaml_ng]
version = "0.10"
optional = true

[dev-dependencies.env_logger]
version = "0.11"