edres_core 0.8.0

Internals for the edres crate.
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_core"
version = "0.8.0"
authors = ["Vi <violet@hey.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internals for the edres crate."
homepage = "https://git.sr.ht/~mistodon/edres"
readme = "README.md"
license = "CC0-1.0"
repository = "https://git.sr.ht/~mistodon/edres"

[features]
default = ["toml"]
json = ["dep:serde_json"]
toml = ["dep:toml"]
yaml = ["dep:serde_yaml"]

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

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

[dependencies.case]
version = "1.0"

[dependencies.ignore]
version = "0.4"

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

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

[dependencies.quote]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]
optional = true

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.5"
features = ["preserve_order"]
optional = true

[dev-dependencies.pretty_assertions]
version = "1.3"