# 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 = "blynk_io" version = "0.3.0" description = "Blynk.io streaming API integration in Rust" license = "MIT" resolver = "2" [[bin]] name = "blynk_io" required-features = ["build-binary"] [dependencies.anyhow] version = "1.0.56" optional = true [dependencies.async-trait] version = "0.1.52" optional = true [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.5.6" [dependencies.restruct] version = "0.1.2" [dependencies.restruct_derive] version = "0.1.2" [dependencies.simple_logger] version = "2.1.0" optional = true [dependencies.smol] version = "1.2" optional = true [dependencies.smol-potat] version = "1.1.2" optional = true [dependencies.thiserror] version = "1.0.30" optional = true [features] async = [ "smol", "smol-potat", "async-trait", "anyhow", "thiserror", ] build-binary = ["simple_logger"]