# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "portcontrolcd" version = "0.1.1" authors = ["Steven Siloti "] description = "PCP port mapping client" license = "GPL-3.0-or-later" repository = "https://github.com/ssiloti/portcontrolcd" [profile.release] opt-level = "z" lto = true [dependencies.clap] version = "2.33" [dependencies.directories] version = "2.0" [dependencies.libc] version = "0.2" [dependencies.mio] version = "0.6" [dependencies.netlink-packet-core] version = "0.1.0" [dependencies.netlink-packet-route] version = "0.1.1" [dependencies.netlink-sys] version = "0.2.0" features = ["mio_socket"] [dependencies.rand] version = "0.7" [dependencies.rust-ini] version = "0.13.0"