[[bin]]
name = "prepyrus"
path = "src/main.rs"
[dependencies.biblatex]
version = "0.9"
[dependencies.clap]
features = ["derive"]
version = "4.5.40"
[dependencies.itertools]
version = "0.14.0"
[dependencies.regex]
version = "1.10.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "=1.0.1"
[dependencies.serde_yaml]
version = "0.8"
[lib]
name = "prepyrus"
path = "src/lib.rs"
[package]
authors = ["Firgrep <code@filipniklas.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "parser-implementations", "text-processing"]
description = "Parsing and writing to MDX files for Chicago author-date citaitons using BibTeX"
edition = "2021"
keywords = ["bibtex", "biblatex", "mdx", "parser", "citation"]
license = "Apache-2.0"
name = "prepyrus"
readme = "README.md"
repository = "https://github.com/systemphil/prepyrus"
version = "0.3.0"
[[test]]
name = "integration_test_verify"
path = "tests/integration_test_verify.rs"