# 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 = "telemetrydeck-wasm" version = "0.2.0" authors = ["Konstantin Kostov "] exclude = [".github/*"] description = "(unofficial) TelemetryDeck client for fast and reliable libraries and apps using Rust and WebAssembly" homepage = "https://telemetrydeck.com" readme = "README.md" categories = ["api-bindings", "wasm"] license = "MIT" repository = "https://github.com/kkostov/telemetrydeck-wasm" resolver = "2" [dependencies.chrono] version = "0.4.19" features = ["wasmbind", "serde", "clock"] default-features = false [dependencies.reqwasm] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.sha2] version = "0.10.1" [dependencies.uuid] version = "0.8.2" features = ["v4", "wasm-bindgen"] [dependencies.wasm-bindgen-futures] version = "0.4"