prepyrus 0.4.0

Parsing and writing to MDX files for Chicago author-date citaitons using BibTeX
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 = "2021"
name = "prepyrus"
version = "0.4.0"
authors = ["Firgrep <code@filipniklas.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsing and writing to MDX files for Chicago author-date citaitons using BibTeX"
readme = "README.md"
keywords = [
    "bibtex",
    "biblatex",
    "mdx",
    "parser",
    "citation",
]
categories = [
    "database",
    "parser-implementations",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/systemphil/prepyrus"

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

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

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

[dependencies.biblatex]
version = "0.9"

[dependencies.clap]
version = "4.5.40"
features = ["derive"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.regex]
version = "1.10.5"

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

[dependencies.serde_json]
version = "=1.0.1"

[dependencies.serde_yaml]
version = "0.8"