# 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 = "nom-bibtex" version = "0.5.0" authors = ["Charles Vandevoorde "] description = "BibTeX parser using nom" documentation = "https://docs.rs/nom-bibtex" readme = "README.md" keywords = [ "bibtex", "latex", "parser", "nom", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/charlesvdv/nom-bibtex" [lib] name = "nom_bibtex" [dependencies.nom] version = "7.1.0" [dependencies.nom-tracable] version = "0.9" [dependencies.nom_locate] version = "4.1" [dependencies.quick-error] version = "2.0" [features] default = [] trace = ["nom-tracable/trace"]