cuenv-codeowners 0.26.9

Generate CODEOWNERS files with configurable section styles
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 = "cuenv-codeowners"
version = "0.26.9"
authors = ["cuenv Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate CODEOWNERS files with configurable section styles"
homepage = "https://github.com/cuenv/cuenv"
readme = "readme.md"
keywords = [
    "cue",
    "configuration",
    "validation",
    "ffi",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/cuenv/cuenv"
resolver = "2"

[features]
default = []
schemars = [
    "dep:schemars",
    "serde",
]
serde = ["dep:serde"]

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

[dependencies.schemars]
version = "1.2.1"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies.tempfile]
version = "3.25"