# 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 = "2018" name = "unicom-unix" version = "0.4.0" authors = ["K. "] description = "Unix domain socket backend for unicom." homepage = "https://github.com/katyo/unicom" readme = "README.md" keywords = [ "unicom", "unix", "socket", "iot", ] license = "MIT" repository = "https://github.com/katyo/unicom" resolver = "2" [package.metadata.docs.rs] features = ["rustdoc"] [dependencies.async-net] version = "2" optional = true [dependencies.tokio] version = "1" features = ["net"] optional = true [dependencies.unicom] version = "0.4" [features] async = [ "dep:async-net", "unicom/async", ] rustdoc = ["tokio"] tokio = [ "dep:tokio", "unicom/tokio", ]