# 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 = "earst" version = "0.1.1" authors = [ "Tess Ellenoir Duursma ", "Alexia Mabel Davies ", ] description = "A Unix FIFO file library for Rust" readme = "README.md" keywords = [ "fifo", "named-pipe", "unix", ] categories = [ "api-bindings", "filesystem", "os::unix-apis", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/VanuPhantom/earst" [dependencies.nix] version = "0.27.1" features = ["fs"] [dependencies.tokio] version = "1.34.0" features = ["full"]