# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "diff-to-html" version = "0.2.2" description = "html diff to html" license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.similar] version = "2.5.0" [dependencies.tokio] version = "1.38.1" features = ["full"]