[package] name = "bibget" version = "1.1.0" edition = "2021" authors = ["Nathan Constantine-Cooke "] license = "MIT OR Apache-2.0" keywords = ["BibTeX"] categories = ["command-line-utilities"] description = "CLI tool to generate a BibTex entry from a DOI" readme = "README.md" homepage = "https://github.com/nathansam/bibget" repository = "https://github.com/nathansam/bibget" [dependencies] tokio = { version = "1.39.3", features = ["full"], default-features = false } futures = { default-features = false, version = "0.3.30" } doi2bib = "0.2.0" clap = { version = "4.5.16", features = ["derive"] } [dev-dependencies] assert_cmd = "2.0.16" predicates = "3.0.4" assert_fs = "1.1.2" [profile.release] strip = true lto = true codegen-units = 1