# 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 = "serde_bibtex" version = "0.6.0" authors = ["Alex Rutar "] build = false exclude = ["assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A BibTex (de)serialization file format" readme = "README.md" keywords = [ "bibtex", "serde", "serialization", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/autobib/serde_bibtex" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] debug = 2 [lib] name = "serde_bibtex" path = "src/lib.rs" [[example]] name = "custom_formatter" path = "examples/custom_formatter.rs" [[example]] name = "tugboat" path = "examples/tugboat.rs" [[test]] name = "syntax" path = "tests/syntax.rs" [[test]] name = "tugboat_struct" path = "tests/tugboat_struct.rs" [[bench]] name = "compare" path = "benches/compare.rs" harness = false [[bench]] name = "small" path = "benches/small.rs" harness = false [[bench]] name = "utf8_conversion" path = "benches/utf8_conversion.rs" harness = false [dependencies.memchr] version = "2.7" [dependencies.pest] version = "2.7" optional = true [dependencies.pest_derive] version = "2.7" optional = true [dependencies.serde] version = "1.0" [dependencies.unicase] version = "2.7" [dev-dependencies.biblatex] version = "0.9" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.nom-bibtex] version = "0.5.0" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11" [features] all = [ "entry", "syntax", ] entry = ["serde/derive"] syntax = [ "dep:pest", "dep:pest_derive", ]