# 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.75" name = "bitwarden-generators" version = "1.0.0" authors = ["Bitwarden Inc"] build = 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" [lib] name = "bitwarden_generators" path = "src/lib.rs" [dependencies.bitwarden-core] version = "=1.0.0" features = ["internal"] [dependencies.bitwarden-crypto] version = "=1.0.0" [dependencies.rand] version = ">=0.8.5, <0.9" [dependencies.reqwest] version = ">=0.12.5, <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.28.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] uniffi = ["dep:uniffi"] [lints.clippy] unused_async = "deny" unwrap_used = "deny"