# 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 = "workflow-store" version = "0.18.0" authors = ["WORKFLOW-RS developers"] build = false exclude = [ "/.*", "/test", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ File storage access crate abstracting file I/O and browser localstorage """ readme = "README.md" keywords = [ "wasm", "framework", "storage", "browser", "localstorage", ] categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/workflow-rs/workflow-rs" [lib] name = "workflow_store" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" doctest = false [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.base64] version = "0.22.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrome-sys] version = "0.2.0" [dependencies.faster-hex] version = "0.9.0" [dependencies.js-sys] version = "0.3.64" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.190" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.wasm-bindgen-futures] version = "0.4.43" [dependencies.web-sys] version = "0.3.70" features = [ "Storage", "Window", ] [dependencies.workflow-chrome] version = "0.18.0" default-features = false [dependencies.workflow-core] version = "0.18.0" default-features = false [dependencies.workflow-log] version = "0.18.0" default-features = false [dependencies.workflow-node] version = "0.18.0" default-features = false [dependencies.workflow-wasm] version = "0.18.0" default-features = false [target.'cfg(not(any(target_arch = "wasm32", target_os="solana")))'.dependencies.async-std] version = "1.12.0" features = ["attributes"] [target.'cfg(not(any(target_arch = "wasm32", target_os="solana")))'.dependencies.filetime] version = "0.2.22" [target.'cfg(not(any(target_arch = "wasm32", target_os="solana")))'.dependencies.home] version = "0.5.5" [lints.clippy] empty_docs = "allow"