# 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 = "latex-thebib" version = "0.3.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Clean and sort legacy TeX bibliographies written using 'thebibliography' via the `refactor` sub-command. Compile BibTeX files to legacy `thebibliography` TeX code using the `compile` sub-command. Francesco Alemanno (2022)" readme = "README.md" license = "MIT" repository = "https://github.com/francescoalemanno/latex-thebib/tree/master" [[bin]] name = "latex-thebib" path = "src/main.rs" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.regex] version = "1.7.0"