bitwarden-threading 3.0.0

Internal crate for the bitwarden crate. Do not use.
Documentation
# 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 = "2024"
rust-version = "1.88.0"
name = "bitwarden-threading"
version = "3.0.0"
authors = ["Bitwarden Inc"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Internal crate for the bitwarden crate. Do not use.
"""
homepage = "https://bitwarden.com"
readme = "README.md"
keywords = ["bitwarden"]
license-file = "LICENSE"
repository = "https://github.com/bitwarden/sdk-internal"
resolver = "2"

[package.metadata.cargo-udeps.ignore]
development = ["tokio-test"]

[features]
wasm = [
    "dep:wasm-bindgen",
    "dep:wasm-bindgen-futures",
    "dep:js-sys",
    "dep:gloo-timers",
]

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

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.bitwarden-error]
version = "=3.0.0"

[dependencies.js-sys]
version = ">=0.3.72, <0.4"
optional = true

[dependencies.serde]
version = ">=1.0, <2.0"
features = ["derive"]

[dependencies.thiserror]
version = ">=1.0.40, <3"

[dependencies.tokio]
version = "1.36.0"
features = [
    "macros",
    "sync",
    "time",
    "rt",
]

[dependencies.tokio-util]
version = "0.7.15"

[dependencies.tracing]
version = "0.1.41"

[dependencies.wasm-bindgen]
version = "=0.2.114"
features = ["serde-serialize"]
optional = true

[dev-dependencies.async-trait]
version = ">=0.1.80, <0.2"

[dev-dependencies.console_error_panic_hook]
version = "0.1.7"

[dev-dependencies.js-sys]
version = ">=0.3.72, <0.4"

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tsify]
version = ">=0.5.5, <0.6"
features = ["js"]
default-features = false

[dev-dependencies.wasm-bindgen]
version = "=0.2.114"
features = ["serde-serialize"]

[dev-dependencies.wasm-bindgen-futures]
version = "0.4.64"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.64"

[target.'cfg(target_arch="wasm32")'.dependencies.gloo-timers]
version = "0.3.0"
features = ["futures"]
optional = true

[target.'cfg(target_arch="wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.64"
optional = true

[lints.clippy]
disallowed-macros = "deny"
print_stderr = "warn"
print_stdout = "warn"
string_slice = "warn"
unused_async = "warn"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("uniffi", "wasm"))']