encore 0.1.0

WIP: Declarative, idempotent server configuration tool
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 = "encore"
version = "0.1.0"
authors = ["Tom Grushka <tom@dra11y.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WIP: Declarative, idempotent server configuration tool"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/dra11y/encore"

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

[dependencies.hcl-rs]
version = "0.19.6"

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

[dependencies.serde-inline-default]
version = "1.0.1"

[dependencies.validator]
version = "0.20.0"
features = ["derive"]