http-diff 0.0.5

http-diff - CLI tool to verify consistency across web server versions. Ideal for large-scale refactors, sanity tests and maintaining data integrity across versions.
[build-dependencies.clap]
features = ["derive", "cargo", "env"]
version = "4.4.7"

[build-dependencies.clap_complete]
version = "4.5.1"

[build-dependencies.clap_mangen]
version = "0.2.20"
[dependencies.anyhow]
version = "1.0.75"

[dependencies.chrono]
version = "0.4.30"

[dependencies.clap]
features = ["derive"]
version = "4.4.7"

[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]
features = ["vendored"]
version = "0.10"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.24.0"

[dependencies.regex]
version = "1.10.2"

[dependencies.reqwest]
features = ["json"]
version = "0.11.22"

[dependencies.serde]
features = ["derive"]
version = "1.0.143"

[dependencies.serde_json]
version = "1.0.99"

[dependencies.similar]
version = "2.3.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["json"]
version = "0.3"

[dependencies.url]
features = ["serde"]
version = "2.4.1"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.4.1"

[package]
authors = ["Yoni Samoded <yoni.samoded@gmail.com>"]
categories = ["command-line-utilities", "web-programming"]
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."
documentation = "https://github.com/syte-ai/http-diff"
edition = "2021"
homepage = "https://github.com/syte-ai/http-diff"
keywords = ["http", "diff", "compare", "api", "response"]
license = "Unlicense OR MIT"
name = "http-diff"
readme = "README.md"
repository = "https://github.com/syte-ai/http-diff"
version = "0.0.5"
[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.\n"
section = "utils"
[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
panic = "abort"
strip = "symbols"