# 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.10.0" authors = ["Martin Haug "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "biblatex" path = "src/lib.rs" [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"