lintel-config 0.0.3

Configuration types and loader for Lintel (lintel.toml)
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 = "lintel-config"
version = "0.0.3"
authors = ["Ian Macalinao <me@ianm.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration types and loader for Lintel (lintel.toml)"
homepage = "https://github.com/lintel-rs/lintel"
readme = "README.md"
keywords = [
    "json-schema",
    "validation",
    "config",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/lintel-rs/lintel"
resolver = "2"

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

[[bin]]
name = "lintel-config"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.glob-match]
version = "0.2"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1.0"

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

[lints.clippy]
must_use_candidate = "allow"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1