# 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-api-identity" version = "1.0.0" authors = ["Bitwarden Inc"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Api bindings for the Bitwarden Identity API." homepage = "https://bitwarden.com" readme = "README.md" keywords = ["bitwarden"] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/bitwarden/sdk" [lib] name = "bitwarden_api_identity" path = "src/lib.rs" [dependencies.reqwest] version = ">=0.12.5, <0.13" features = [ "json", "multipart", "http2", ] default-features = false [dependencies.serde] version = ">=1.0.163, <2" features = ["derive"] [dependencies.serde_json] version = ">=1.0.96, <2" [dependencies.serde_repr] version = ">=0.1.12, <0.2" [dependencies.serde_with] version = ">=3.8, <4" features = [ "base64", "std", "macros", ] default-features = false [dependencies.url] version = ">=2.5, <3" [dependencies.uuid] version = ">=1.3.3, <2" features = [ "serde", "v4", ]