[package] name = "subspace" version = "0.1.0" authors = ["Ron "] edition = "2018" license = "MIT OR Apache-2.0" description = "A convenience crate for IPC, using TcpStreams" documentation = "https://git.sr.ht/~ron/subspace" repository = "https://git.sr.ht/~ron/subspace" readme = "README.md" keywords = ["IPC"] categories = ["network-programming"] include = [ "src/**/*", "Cargo.toml", "README.md" ] [dependencies] bincode = "1.2.1" serde = { version="1.0.111", features=["derive"] } clap = { version="2.33.1", default-features=false }