# 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 = "http-diff" version = "0.0.5" authors = ["Yoni Samoded "] description = "http-diff - CLI tool to verify consistency across web server versions. Ideal for large-scale refactors, sanity tests and maintaining data integrity across versions." homepage = "https://github.com/syte-ai/http-diff" documentation = "https://github.com/syte-ai/http-diff" readme = "README.md" keywords = [ "http", "diff", "compare", "api", "response", ] categories = [ "command-line-utilities", "web-programming", ] license = "Unlicense OR MIT" repository = "https://github.com/syte-ai/http-diff" [package.metadata.deb] assets = [ [ "target/release/http-diff", "usr/bin/", "755", ], [ "COPYING", "usr/share/doc/http-diff/", "644", ], [ "LICENSE-MIT", "usr/share/doc/http-diff/", "644", ], [ "UNLICENSE", "usr/share/doc/http-diff/", "644", ], [ "README.md", "usr/share/doc/http-diff/README", "644", ], [ "target/assets/http-diff.1", "usr/share/man/man1/http-diff.1", "644", ], [ "target/assets/http-diff.bash", "usr/share/bash-completion/completions/http-diff", "644", ], [ "target/assets/_http-diff", "usr/share/zsh/vendor-completions/_http-diff", "644", ], [ "target/assets/http-diff.desktop", "usr/share/applications/http-diff.desktop", "644", ], [ "assets/logo.png", "usr/share/pixmaps/http-diff.png", "644", ], ] extended-description = """ http-diff - CLI tool to verify consistency across web server versions. Ideal for large-scale refactors, sanity tests and maintaining data integrity across versions. """ section = "utils" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = false strip = "symbols" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.30" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3" [dependencies.notify] version = "6.1.1" [dependencies.num_cpus] version = "1.16.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.24.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.similar] version = "2.3.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dependencies.url] version = "2.4.1" features = ["serde"] [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [build-dependencies.clap] version = "4.4.7" features = [ "derive", "cargo", "env", ] [build-dependencies.clap_complete] version = "4.5.1" [build-dependencies.clap_mangen] version = "0.2.20"