# 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 = "latexml-runner" version = "0.1.6" authors = ["Deyan Ginev "] exclude = ["tests/scratch/*"] description = "Rust runner for high-performance TeX to HTML conversions with latexml" homepage = "https://github.com/dginev/latexml-runner" readme = "README.md" keywords = ["latex", "conversion", "cli", "html5", "mathml"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dginev/latexml-runner" [lib] name = "latexml_runner" [[bin]] name = "latexml_runner" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.crossbeam] version = "0.8.0" [dependencies.csv] version = "1.1.5" [dependencies.itertools] version = "0.9.0" [dependencies.rand] version = "0.7.3" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.serde_json] version = "1.0.0" [dependencies.urlencoding] version = "1.1.1" [dependencies.which] version = "4.0.0" [build-dependencies.which] version = "4.0.0"