etalon-cli 0.9.5

Lightning-fast privacy compliance and tracking detection CLI
# 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 = "2024"
name = "etalon-cli"
version = "0.9.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightning-fast privacy compliance and tracking detection CLI"
readme = false
license = "MIT"
repository = "https://github.com/NMA-vc/etalon"
resolver = "2"

[[bin]]
name = "etalon"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chromiumoxide]
version = "0.9.1"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.etalon-core]
version = "0.9.5"

[dependencies.etalon-techscan]
version = "0.9.5"

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "macros",
]
default-features = false

[dependencies.tokio]
version = "1.37"
features = [
    "full",
    "full",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.22"

[dependencies.walkdir]
version = "2.5.0"