# 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 = "web-extensions" version = "0.3.0" authors = [ "Markus Kohlhase ", "Roman Volosatovs ", ] description = "This crate provides wrappers around WebExtensions API" readme = "README.md" keywords = [ "api", "serde", "wasm", "web", "webassembly", ] categories = [ "api-bindings", "wasm", ] license = "MIT" repository = "https://github.com/rvolosatovs/web-extensions" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.gloo-utils] version = "0.1.5" [dependencies.js-sys] version = "0.3.60" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_derive] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.wasm-bindgen] version = "0.2.83" [dependencies.wasm-bindgen-futures] version = "0.4.33" [dependencies.web-extensions-sys] version = "0.4.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.33" [features] default = [] firefox = []