ef 0.0.0

Ef is a tool for converting a Markdown file to a single HTML file with built-in CSS and JS.
Documentation
[badges.travis-ci]
branch = "master"
repository = "magiclen/ef"
[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]
features = ["lazy_static_cache"]
version = "3"

[dependencies.slash-formatter]
version = "3"

[dependencies.terminal_size]
version = "0.1"

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["command-line-utilities"]
description = "Ef is a tool for converting a Markdown file to a single HTML file with built-in CSS and JS."
edition = "2018"
homepage = "https://magiclen.org/ef"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "resources/*"]
keywords = ["markdown", "html", "MathJax", "LaTeX", "highlight"]
license = "MIT"
name = "ef"
readme = "README.md"
repository = "https://github.com/yuulive/ef"
version = "0.0.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"