# 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 = "cite-me-bro" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple formatted citations over stdout right from your bib file." readme = "README.md" keywords = [ "academic", "citation", "references", "bibtex", ] categories = [ "command-line-utilities", "parsing", "value-formatting", ] license = "MIT" repository = "https://github.com/savente93/cite-me-bro" [[bin]] name = "cmb" path = "src/main.rs" [[test]] name = "bin_test" path = "tests/bin_test.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = [ "derive", "unicode", ] [dependencies.colog] version = "1.3.0" [dependencies.colored] version = "2.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.nom] version = "7.1.3" features = ["alloc"] [dependencies.parse-hyperlinks] version = "0.27.2" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.unicode-segmentation] version = "1.11.0"