# 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.75.0" name = "rsiot-localstorage-wasm" version = "0.0.66" description = "Хранение и загрузка сообщений используя LocalStorage браузера" readme = "README.md" keywords = [ "iot", "scada", ] categories = [ "api-bindings", "gui", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Konstantin-Dudersky/rsiot" [features] single-thread = ["rsiot-component-core/single-thread"] [target."cfg(any(target_arch = \"wasm32\"))".dependencies.anyhow] version = "1.0.79" [target."cfg(any(target_arch = \"wasm32\"))".dependencies.async-trait] version = "0.1.77" [target."cfg(any(target_arch = \"wasm32\"))".dependencies.gloo] version = "0.11.0" features = [ "net", "futures", "storage", "timers", "utils", ] [target."cfg(any(target_arch = \"wasm32\"))".dependencies.rsiot-component-core] version = "0.0.66" [target."cfg(any(target_arch = \"wasm32\"))".dependencies.rsiot-messages-core] version = "0.0.66" [target."cfg(any(target_arch = \"wasm32\"))".dependencies.thiserror] version = "1.0.56" [target."cfg(target_arch = \"wasm32\")".dev-dependencies]