summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/Cargo.toml
blob: a5b1aff5a27b958bfd00a694de4c92e95d6694a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "wpa-psk-cli"
version = "0.1.4"
authors = ["Stefan Kreutz <mail@skreutz.com>"]
edition = "2021"
description = "A command-line utility to compute the WPA-PSK of a Wi-FI SSID and passphrase"
readme = "README.md"
repository = "https://git.skreutz.com/wpa-psk.git"
license = "MIT OR Apache-2.0"
keywords = ["wifi", "wpa", "password", "hash"]
categories = ["command-line-utilities"]
publish = true

[dependencies]
clap = { version = "4.5.1", features = ["derive"] }
wpa-psk = { path = "../wpa-psk", version = "0.2.2" }

[target.'cfg(target_os = "openbsd")'.dependencies]
pledge = "0.4.2"

[dev-dependencies]
assert_cmd = "2.0.14"
Generated by cgit. See skreutz.com for my tech blog and contact information.