typst/vendor/biblatex/Cargo.toml

54 lines
1.2 KiB
TOML
Raw Permalink Normal View History

2024-10-16 14:15:33 +03:00
# 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 = "biblatex"
version = "0.9.3"
authors = ["Martin Haug <mhaug@live.de>"]
description = "Parsing, writing, and evaluating BibTeX and BibLaTeX files"
readme = "README.md"
keywords = [
"bibtex",
"biblatex",
"biber",
"bibliography",
"latex",
]
categories = [
"database",
"parser-implementations",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/typst/biblatex"
[dependencies.numerals]
version = "0.1"
[dependencies.paste]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
[dependencies.strum]
version = "0.26"
features = ["derive"]
[dependencies.unicode-normalization]
version = "0.1"
[dependencies.unscanny]
version = "0.1"