biblatex 0.11.0

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

[dependencies.roman-numerals-rs]
version = "3.1.0"

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

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

[dependencies.unic-langid]
features = ["macros"]
optional = true
version = "0.9.6"

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

[dependencies.unscanny]
version = "0.1"

[features]
serde = ["dep:serde"]
unic-langid = ["dep:unic-langid"]

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

[package]
authors = ["Martin Haug <mhaug@live.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.11.0"