commonmeta 0.3.5

Library for conversions to/from the Commonmeta scholarly metadata format
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 = "commonmeta"
version = "0.3.5"
authors = ["Front Matter <info@front-matter.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for conversions to/from the Commonmeta scholarly metadata format"
homepage = "https://rs.commonmeta.org/"
readme = "README.md"
keywords = [
    "scholarly-metadata",
    "doi",
    "crossref",
    "datacite",
    "citation",
]
categories = [
    "command-line-utilities",
    "encoding",
    "science",
]
license = "MIT"
repository = "https://github.com/front-matter/commonmeta-rs"

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

[[bin]]
name = "commonmeta"
path = "src/main.rs"

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

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

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

[dependencies.ammonia]
version = "4"

[dependencies.avro-rs]
version = "0.13.0"

[dependencies.base32]
version = "0.5.1"

[dependencies.biblatex]
version = "0.12"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4.45"
features = ["clock"]

[dependencies.clap]
version = "4.6.1"

[dependencies.csv]
version = "1.4.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.hayagriva]
version = "0.10.1"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.jsonschema]
version = "0.46.5"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.parquet]
version = "59"
features = ["zstd"]
default-features = false

[dependencies.parquet_derive]
version = "59"

[dependencies.quick-xml]
version = "0.40.1"
features = [
    "serialize",
    "overlapped-lists",
]

[dependencies.rand]
version = "0.10.1"

[dependencies.regex]
version = "1.12.4"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "blocking",
]

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

[dependencies.scraper]
version = "0.27.0"

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

[dependencies.serde_json]
version = "1.0.145"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.unic-langid]
version = "0.9"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.url]
version = "2.5.8"

[dependencies.zip]
version = "8"

[dependencies.zstd]
version = "0.13"