chrome-types 0.2.1

Bindings for Chrome extensions
[dependencies.hashi]
version = "0.1"

[dependencies.js-sys]
version = "0.3"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
features = []
version = "0.3"

[lib]
name = "chrome_types"
path = "src/lib.rs"

[lints.clippy]
clone_on_ref_ptr = "deny"
dbg_macro = "deny"
enum_glob_use = "allow"
filetype_is_file = "deny"
get_unwrap = "deny"
large_enum_variant = "deny"
map_unwrap_or = "allow"
match_wildcard_for_single_variants = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
missing_safety_doc = "deny"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_borrow = "deny"
needless_for_each = "allow"
rc_buffer = "deny"
rc_mutex = "deny"
rest_pat_in_fully_bound_structs = "deny"
similar_names = "allow"
struct_field_names = "allow"
unnecessary_safety_comment = "deny"
unsafe_derive_deserialize = "allow"
useless_conversion = "deny"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
async_fn_in_trait = "allow"
dangling_pointers_from_temporaries = "deny"
unfulfilled_lint_expectations = "deny"
unsafe_op_in_unsafe_fn = "deny"
variant_size_differences = "warn"

[package]
authors = ["Andrew Ferreira <andrew.shien2@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["external-ffi-bindings", "wasm"]
description = "Bindings for Chrome extensions"
edition = "2024"
homepage = "https://github.com/ferreira-tb/chrome-types"
license = "MIT"
name = "chrome-types"
readme = "README.md"
repository = "https://github.com/ferreira-tb/chrome-types"
rust-version = "1.92"
version = "0.2.1"