[package] name = "pipestream" version = "0.1.0" edition = "2021" license = "Apache-2.0" description = "Async support for pipe or something has file descriptor" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.86" futures = "0.3.30" libc = "0.2.156" nix = "0.23.0" tokio = { version = "1", features = ["sync", "io-util", "net"] }