edres 0.8.0

Generate struct and enum definitions from data files.
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 = "edres"
version = "0.8.0"
authors = ["Vi <violet@hey.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate struct and enum definitions from data files."
homepage = "https://git.sr.ht/~mistodon/edres"
readme = "README.md"
keywords = [
    "build",
    "config",
    "parsing",
    "generator",
]
categories = [
    "config",
    "parsing",
]
license = "CC0-1.0"
repository = "https://git.sr.ht/~mistodon/edres"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["toml"]
json = ["edres_core/json"]
toml = ["edres_core/toml"]
yaml = ["edres_core/yaml"]

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

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

[dependencies.edres_core]
version = "=0.8.0"

[dev-dependencies.proc-macro2]
version = "1.0"

[dev-dependencies.quote]
version = "1.0"