# 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" rust-version = "1.73.0" name = "suave" version = "0.2.3" authors = ["Deeton Rushton"] include = [ "/src", "LICENSE", ] publish = true description = "Multi-process communication utility library." homepage = "https://github.com/deetonn/suave" documentation = "https://docs.rs/suave/latest/suave/" readme = "README.md" keywords = [ "process", "system", "lowlevel", "multiprocess", "async", ] license = "MIT" repository = "https://github.com/deetonn/suave" [dependencies.arboard] version = "3.3.0" [dependencies.libc] version = "0.2.150" [dependencies.tokio] version = "1.34.0" features = [ "fs", "rt", "macros", "io-util", "time", ] [features] queue = []