lookaround/Cargo.toml

27 lines
693 B
TOML
Raw Normal View History

[package]
2021-12-06 00:08:55 +00:00
authors = ["Trish"]
categories = ["command-line-utilities"]
description = "Report and find your MAC and IP addresses within LANs"
edition = "2021"
homepage = "https://six-five-six-four.com/git/reactor/lookaround"
keywords = ["address", "discovery", "ip", "network"]
license = "AGPL-3.0"
name = "lookaround"
2021-12-06 00:08:55 +00:00
readme = "README.md"
repository = "https://six-five-six-four.com/git/reactor/lookaround"
version = "0.1.6"
[dependencies]
configparser = "3.0.0"
directories = "5.0.0"
2021-12-05 03:46:56 +00:00
mac_address = "1.1.2"
nix = "0.25.0"
rand = "0.8.4"
thiserror = "1.0.30"
tokio = { version = "1.14.0", features = ["fs", "net", "rt", "time"] }
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"