# 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 = "doi2bib" version = "0.2.0" authors = ["OpenByte "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate a bibtex entry from a doi." homepage = "https://github.com/OpenByteDev/doi2bib" documentation = "https://docs.rs/doi2bib" readme = "README.md" keywords = [ "doi", "bibtex", "bibliography", "biblatex", ] categories = [] license = "MIT" repository = "https://github.com/OpenByteDev/doi2bib" [lib] name = "doi2bib" path = "src/lib.rs" [[example]] name = "cli" path = "examples/cli.rs" [dependencies.once_cell] version = "1.19" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" [dev-dependencies.biblatex] version = "0.9" [dev-dependencies.tokio] version = "1.38" features = [ "macros", "rt", ]