context-engine 0.1.6-alpha.1

Declarative state data management system for process
# 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-alpha.1"
authors = ["Andyou <andyou@animagram.jp>"]
build = false
exclude = ["examples/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative state data management system for process"
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"

[features]
builder = ["serde_yaml_ng"]
default = []
logging = ["log"]

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

[dependencies.log]
version = "0.4"
optional = true

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

[dev-dependencies.ctor]
version = "0.2"

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