# 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 = "ef" version = "0.0.0" authors = ["Magic Len "] include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "resources/*"] description = "Ef is a tool for converting a Markdown file to a single HTML file with built-in CSS and JS." homepage = "https://magiclen.org/ef" readme = "README.md" keywords = ["markdown", "html", "MathJax", "LaTeX", "highlight"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/yuulive/ef" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "2.32.0" [dependencies.comrak] version = "0.9" [dependencies.concat-with] version = "0.2" [dependencies.html-escape] version = "0.2" [dependencies.html-minifier] version = "3" [dependencies.lazy-static-include] version = "3" [dependencies.path-absolutize] version = "3" features = ["lazy_static_cache"] [dependencies.slash-formatter] version = "3" [dependencies.terminal_size] version = "0.1" [badges.travis-ci] branch = "master" repository = "magiclen/ef"