# 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 = "bib_unifier" version = "0.1.2" authors = ["Ariel Jonathan Roffé "] description = "Unifies a set of .bib files into a single file, deleting repetitions" keywords = ["bibliography", "unifier", "latex", "bib", "bibtex"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ariroffe/bib-unifier" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.biblatex] version = "0.5" [dependencies.bunt] version = "0.2" [dependencies.clap] version = "3.0.13" features = ["derive"] [dependencies.read_input] version = "0.8" [dependencies.strsim] version = "0.10.0"