crossref-xml 0.1.0

A collection of handcreated structs for Crossref XML generation.
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 = "crossref-xml"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of handcreated structs for Crossref XML generation."
homepage = "https://git.libscie.org/researchequals/crossref-xml"
readme = "README.md"
keywords = [
    "xml",
    "publishing",
    "doi",
]
categories = [
    "science",
    "data-structures",
]
license = "GPL-3.0-or-later"
repository = "https://git.libscie.org/researchequals/crossref-xml"

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

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.quick-xml]
version = "0.31"
features = ["serialize"]

[dependencies.regex]
version = "1.12.2"

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

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

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