cordis-include 0.0.7

Config entry trees and YAML/JSON loader files for the cordis-rs plugin framework
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"
rust-version = "1.85"
name = "cordis-include"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config entry trees and YAML/JSON loader files for the cordis-rs plugin framework"
readme = "README.md"
keywords = [
    "cordis",
    "plugin",
    "config",
    "yaml",
    "loader",
]
categories = [
    "config",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/dshbox/cordis-rs"

[features]
default = []
watch = ["notify"]

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

[[test]]
name = "file"
path = "tests/file.rs"

[[test]]
name = "tree"
path = "tests/tree.rs"

[[test]]
name = "watch"
path = "tests/watch.rs"

[dependencies.cordis-rs]
version = "0.4.4"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.notify]
version = "8"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"