# 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] name = "rustvate" version = "0.1.0" authors = ["Enow Scott "] description = "Rustvate is a browser extension for ad-blocking, powered by Rust and WebAssembly." homepage = "https://github.com/Blindspot22/rustvate" documentation = "https://github.com/Blindspot22/rustvate" readme = "README.md" keywords = [ "ad-blocker", "wasm", "browser-extension", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/Blindspot22/rustvate" [lib] crate-type = ["cdylib"] [dependencies.wasm-bindgen] version = "0.2"