# 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 = "dioxus-timer" version = "0.3.0" description = "Simple timer that works with dioxus" readme = "README.md" keywords = [ "dioxus", "timer", ] categories = ["gui"] license = "MIT" repository = "https://github.com/asobininn/dioxus-timer" [dependencies.dioxus] version = "^0.5" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "^1" features = ["time"] [target."cfg(target_arch = \"wasm32\")".dependencies.async-std] version = "^1" [target."cfg(target_arch = \"wasm32\")".dependencies.instant] version = "^0.1" features = ["wasm-bindgen"]