# 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" rust-version = "1.71" name = "bitwarden-generators" version = "0.5.0" authors = ["Bitwarden Inc"] 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" [dependencies.bitwarden-crypto] version = "=0.5.0" [dependencies.rand] version = ">=0.8.5, <0.9" [dependencies.reqwest] version = ">=0.12, <0.13" features = [ "http2", "json", ] default-features = false [dependencies.schemars] version = ">=0.8.9, <0.9" features = [ "uuid1", "chrono", ] [dependencies.serde] version = ">=1.0, <2.0" features = ["derive"] [dependencies.serde_json] version = ">=1.0.96, <2.0" [dependencies.thiserror] version = ">=1.0.40, <2.0" [dependencies.uniffi] version = "=0.26.1" optional = true [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", ] [dev-dependencies.wiremock] version = "0.6.0" [features] mobile = ["dep:uniffi"] [lints.clippy] unwrap_used = "deny"