# 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 = "mdbook-bib" version = "0.0.6" authors = ["Francisco Perez-Sorrosal gmail < dot > com>"] exclude = [".github/*"] description = "mdbook plugin allowing to load and present a bibliography in BibLaTex format in your books and cite its references" readme = "README.md" keywords = [ "mdbook", "bibliography", "bib", "plugin", "preprocessor", ] license = "MPL-2.0" repository = "https://github.com/francisco-perez-sorrosal/mdbook-bib" [dependencies.anyhow] version = "1.0.28" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1" features = [ "help", "usage", "error-context", ] [dependencies.env_logger] version = "0.10.0" [dependencies.handlebars] version = "4.3.6" features = ["dir_source"] [dependencies.indexmap] version = "1.9.2" [dependencies.lazy_static] version = "1.0" [dependencies.lexical-core] version = ">=0.7.5" [dependencies.log] version = "0.4" [dependencies.mdbook] version = "0.4" default-features = false [dependencies.nom-bibtex] version = "0.3.0" [dependencies.regex] version = "1.0.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.121" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = ">=0.5.8,<0.6" [dev-dependencies.rusty-hook] version = "^0.11" [dev-dependencies.tempfile] version = "^3.0" [badges.is-it-maintained-issue-resolution] repository = "https://github.com/francisco-perez-sorrosal/mdbook-bib" [badges.is-it-maintained-open-issues] repository = "https://github.com/francisco-perez-sorrosal/mdbook-bib" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "fperezsorrosal/mdbook-bib"