# 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 = "2018" rust-version = "1.64.0" name = "systemfd" version = "0.4.3" authors = ["Armin Ronacher "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A convenient helper for passing sockets into another process. Best to be combined with listenfd and cargo-watch." homepage = "https://github.com/mitsuhiko/systemfd" readme = "README.md" keywords = [ "socket", "listenfd", "systemd", "socketactivation", "cargo-watch", ] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/systemfd" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "systemfd" path = "src/main.rs" [dependencies.anyhow] version = "1.0.52" [dependencies.clap] version = "4.0.0" features = [ "std", "help", "wrap_help", ] default-features = false [dependencies.console] version = "0.15.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9.0" features = ["std"] default-features = false [target."cfg(unix)".dependencies.libc] version = "0.2.74" [target."cfg(unix)".dependencies.nix] version = "0.26.0" features = [ "net", "process", ] default-features = false [target."cfg(windows)".dependencies.socket2] version = "0.5.7" [target."cfg(windows)".dependencies.uuid] version = "1.1.0" features = ["v4"] [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = ["Win32_Networking_WinSock"]