diff2html 0.2.1

Pretty diff to html Rust library (diff2html) https://diff2html.xyz
# 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 = "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"