# 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 = "2018" name = "wasm-cookies" version = "0.2.1" authors = ["Mahdrentys "] description = "Allows to manage cookies in and outside of the browser with Rust and WebAssembly." readme = "README.md" keywords = [ "cookies", "cookie", "wasm", "browser", "client", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/mahdrentys/wasm-cookies-rs" [package.metadata.docs.rs] default-target = "wasm32-unknown-unknown" [dependencies.urlencoding] version = "1.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.chrono] version = "0.4.23" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "Window", "HtmlDocument", ]