# 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 = "unix_sock" version = "0.7.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "unix_sock provides a unix control socket abstraction." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "unix_sock" path = "src/lib.rs" [[example]] name = "unix-sock-client" path = "examples/unix-sock-client.rs" required-features = ["binaries"] [[example]] name = "unix-sock-server" path = "examples/unix-sock-server.rs" required-features = ["binaries"] [dependencies.libc] version = "0.2" [dependencies.utf8path] version = "0.6" [features] binaries = [] default = ["binaries"]