snortal 1.0.18

Detect captive portal URLs on a Linux network
# 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 = "snortal"
version = "1.0.18"
authors = ["George Oastler <goastler4@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect captive portal URLs on a Linux network"
readme = "README.md"
license = "AGPL-3.0-or-later"

[package.metadata.deb]
section = "net"
depends = "libc6"

[[package.metadata.generate-rpm.assets]]
source = "target/release/snortal"
dest = "/usr/bin/snortal"
mode = "755"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.serde_json]
version = "1"

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

[dependencies.url]
version = "2"