# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "faster-beamer" version = "0.1.7" authors = ["Stephan Seitz "] description = "An incremental compiler for LaTeX Beamer slides" homepage = "https://github.com/theHamsta/faster-beamer" readme = "README.md" keywords = ["latex"] categories = ["Latex"] license = "GPL-3.0-or-later" repository = "https://github.com/theHamsta/faster-beamer" [dependencies.cachedir] version = "0.1.1" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.failure] version = "0.1.7" [dependencies.failure_derive] version = "0.1.7" [dependencies.hotwatch] version = "0.4.3" [dependencies.indicatif] version = "0.14.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" features = ["max_level_trace", "release_max_level_info"] [dependencies.md5] version = "0.7.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rayon] version = "1.3.0" [dependencies.regex] version = "1.3.6" [dependencies.symlink] version = "0.1.0" [dependencies.tempfile] version = "3.1.0" [dependencies.tree-sitter] version = "0.6.3" [build-dependencies.cc] version = "1.0.50" features = ["parallel"]