biblatex 0.10.0

Parsing, writing, and evaluating BibTeX and BibLaTeX files
Documentation
[dependencies.numerals]
version = "0.1"

[dependencies.paste]
version = "1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.strum]
features = ["derive"]
version = "0.26"

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

[dependencies.unscanny]
version = "0.1"

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

[package]
authors = ["Martin Haug <mhaug@live.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database", "parser-implementations", "text-processing"]
description = "Parsing, writing, and evaluating BibTeX and BibLaTeX files"
edition = "2021"
keywords = ["bibtex", "biblatex", "biber", "bibliography", "latex"]
license = "MIT OR Apache-2.0"
name = "biblatex"
readme = "README.md"
repository = "https://github.com/typst/biblatex"
version = "0.10.0"