# 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 = "waytogo" version = "0.1.0" authors = ["Julius Lehmann "] description = "Waytogo async wayland library" license = "MIT" [dependencies.bytes] version = "1.1" [dependencies.enum-as-inner] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.24" features = [ "uio", "socket", ] [dependencies.phf] version = "0.10" features = ["macros"] [dependencies.smallvec] version = "1.8" features = [ "const_generics", "const_new", ] [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.18" features = [ "net", "macros", "rt", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" [dependencies.waytogo-macro] version = "0.1"