# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "confetti" version = "0.1.12" authors = ["Ricardo Echavarria "] description = "Framework for creating webapps using CloudFlare Workers" homepage = "https://github.com/pinatasoftware/confetti" readme = "README.md" license = "MIT" repository = "https://github.com/pinatasoftware/confetti" [dependencies.futures] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.serde-wasm-bindgen] version = "0.1.3" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "0.8" features = ["wasm-bindgen", "v4"] [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = ["console", "Url"] [dev-dependencies.wasm-bindgen-test] version = "0.3"