# 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_storage" version = "0.0.4" authors = ["Evan Almloff "] description = "A simple storage library for Dioxus" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Demonthos/dioxus-storage" [lib] [dependencies.dioxus] version = "0.4" [dependencies.directories] version = "4.0.1" [dependencies.once_cell] version = "1.17.0" [dependencies.postcard] version = "1.0.2" features = ["use-std"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.7" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3.61" features = [ "Window", "Document", "Element", "HtmlDocument", "Storage", "console", ] [dependencies.yazi] version = "0.1.4" [dev-dependencies.dioxus-desktop] version = "0.4" [features] hydrate = [] ssr = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.directories] version = "4.0.1"