# 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" name = "service-binding" version = "3.0.0" authors = ["Wiktor Kwapisiewicz "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Automates parsing and binding to TCP, Unix sockets and Windows Named Pipes" readme = "README.md" keywords = [ "sockets", "systemd", "listenfd", "unix", "binding", ] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/wiktor-k/service-binding" [lib] name = "service_binding" path = "src/lib.rs" [dev-dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dev-dependencies.clap] version = "4" features = [ "derive", "env", ] [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.testresult] version = "0.4.0" [target."cfg(target_os = \"macos\")".dependencies.raunch] version = "1"