# 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" rust-version = "1.74" name = "lls" version = "0.3.0" authors = ["Julius Michaelis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "list listening sockets" readme = "README.md" keywords = [ "listening", "socket", "linux", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jcaesar/lls" [profile.minsize] opt-level = "z" lto = "fat" codegen-units = 1 inherits = "release" strip = true [profile.release] lto = "thin" strip = "debuginfo" [[bin]] name = "lls" path = "src/main.rs" [dependencies.anstyle] version = "1.0.8" [dependencies.anyhow] version = "1.0.86" [dependencies.itertools] version = "0.13.0" [dependencies.netlink-packet-core] version = "=0.7.0" [dependencies.netlink-packet-generic] version = "0.3.3" [dependencies.netlink-packet-route] version = "=0.17.1" [dependencies.netlink-packet-sock-diag] version = "=0.4.2" [dependencies.netlink-packet-wireguard] version = "0.2.3" [dependencies.netlink-sys] version = "=0.8.5" [dependencies.procfs] version = "0.16.0" [dependencies.terminal_size] version = "0.3.0" [dependencies.unicode-width] version = "0.1.13" [dependencies.uzers] version = "0.12.1" features = ["cache"] default-features = false