# 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.3" authors = ["Brett Girton "] exclude = ["test_files/*"] description = "Pretty diff to html Rust library (diff2html) https://diff2html.xyz" homepage = "https://diff2html.xyz" documentation = "https://docs.rs/diff2html" license = "MIT" repository = "https://github.com/enzious/diff2html" [lib] name = "diff2html" path = "src/lib.rs" [[bin]] name = "diff2html" path = "src/main.rs" doc = false [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"