# 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 = "linux-ipc" version = "0.2.1" authors = ["altacountbabi "] build = false exclude = [ "target/", ".git/", "Cargo.lock", ] include = [ "src/**/*", "Cargo.toml", "README.md", "examples/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Easy IPC with Unix sockets on Linux." readme = "README.md" keywords = [ "ipc", "linux", ] license = "GPL-3.0-only" repository = "https://github.com/altacountbabi/linux-ipc" [lib] name = "linux_ipc" path = "src/lib.rs" [[example]] name = "server" path = "examples/server.rs" [[example]] name = "client" path = "examples/client.rs" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.203" features = ["derive"]