[package]
edition = "2018"
name = "diff2html"
version = "0.2.1"
authors = ["Brett Girton <enzi@fuzo.us>"]
exclude = ["test_files/*"]
description = "Pretty diff to html Rust library (diff2html) https://diff2html.xyz"
homepage = "https://diff2html.xyz"
license = "MIT"
repository = "https://github.com/enzious/diff2html"
[dependencies.clap]
version = "2.33.0"
[dependencies.difference]
version = "2.0.0"
[dependencies.encoding_rs_io]
version = "0.1.6"
[dependencies.handlebars]
version = "1.1.0"
[dependencies.lazy_static]
version = "1.3.0"
[dependencies.regex]
version = "1.1.5"
[dependencies.seahash]
version = "3.0.6"
[dependencies.serde]
version = "1.0.90"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.39"
[dependencies.v_htmlescape]
version = "0.4.3"