# 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 = "citationberg" version = "0.4.0" authors = ["Martin Haug "] build = false exclude = ["assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for CSL files" readme = "README.md" keywords = [ "csl", "bibliography", "citation", ] categories = [ "parser-implementations", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/typst/citationberg" [lib] name = "citationberg" path = "src/lib.rs" [dependencies.quick-xml] version = "0.36.2" features = [ "serialize", "overlapped-lists", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.unscanny] version = "0.1.0" optional = true [dev-dependencies.ciborium] version = "0.2.1" [dev-dependencies.serde_json] version = "1.0.107" [dev-dependencies.serde_path_to_error] version = "0.1" [features] default = [] json = ["unscanny"]