# 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 = "2018" name = "d2b" version = "0.1.5" authors = ["Jeff Shen "] description = "Command-line tool for generating bibtex from DOI or arXiv IDs." categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/al-jshen/d2b" [profile.release] lto = "fat" codegen-units = 1 [dependencies.arrayvec] version = "0.7.1" [dependencies.async-recursion] version = "0.3.2" [dependencies.atom_syndication] version = "0.10.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.futures] version = "0.3.17" [dependencies.indicatif] version = "0.16.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.4" [dependencies.tokio] version = "1.11.0" features = ["full"]