bitwarden-test 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-test"
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 = "DISCLAIMER.md"
keywords = ["bitwarden"]
license-file = "LICENSE"
repository = "https://github.com/bitwarden/sdk-internal"
resolver = "2"

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

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

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

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

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

[dependencies.bitwarden-test-macro]
version = "=3.0.0"

[dependencies.futures]
version = ">=0.3.31, <0.4"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "multipart",
    "http2",
]
default-features = false

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

[dependencies.serde_json]
version = ">=1.0.96, <2.0"

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

[dependencies.tokio]
version = "1.36.0"
features = ["macros"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
version = ">=1.3.3, <2.0"
features = [
    "serde",
    "v4",
    "js",
]

[dependencies.wiremock]
version = ">=0.6.0, <0.7"

[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"))']