# 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 = "lpm" version = "2.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A configurable LaTeX project manager" homepage = "https://codeberg.org/soishpa/lpm/src/branch/prime/README.md" readme = "README.md" keywords = [ "managment", "latex", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/soispha/lpm" [[bin]] name = "lpm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" features = ["alloc"] [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.deunicode] version = "1.6.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_derive] version = "1.0.210" [dependencies.stderrlog] version = "0.6.0" [dependencies.toml] version = "0.8.19"