# 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 = "daicon-web" version = "0.1.1" description = "Web fetch implementations of daicon protocols" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/open-mv-sandbox/daicon" [dependencies.anyhow] version = "1.0.69" [dependencies.daicon] version = "0.11.0" [dependencies.js-sys] version = "0.3.63" [dependencies.stewart] version = "0.4.0" [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.3.0" [dependencies.wasm-bindgen] version = "0.2.86" [dependencies.wasm-bindgen-futures] version = "0.4.36" [dependencies.web-sys] version = "0.3.63" features = [ "Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", ] [dev-dependencies.daicon-types] version = "0.1.0" [dev-dependencies.tracing-wasm] version = "0.2.1" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.9" features = ["js"]