# 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" version = "0.4.0" authors = ["K. "] description = "Unified communication for IoT clients" homepage = "https://github.com/katyo/unicom" readme = "README.md" keywords = [ "iot", "devices", "communication", ] license = "MIT" repository = "https://github.com/katyo/unicom" resolver = "2" [package.metadata.docs.rs] features = ["rustdoc"] [dependencies.futures-io] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" optional = true [dependencies.url] version = "2" [features] async = ["futures-io"] rustdoc = ["tokio"]