# 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-exporters" version = "1.0.0" authors = ["Bitwarden Inc"] build = false exclude = ["/resources"] 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_exporters" path = "src/lib.rs" [dependencies.base64] version = ">=0.22.1, <0.23" [dependencies.bitwarden-core] version = "=1.0.0" [dependencies.bitwarden-crypto] version = "=1.0.0" [dependencies.bitwarden-vault] version = "=1.0.0" [dependencies.chrono] version = ">=0.4.26, <0.5" features = [ "clock", "serde", "std", ] default-features = false [dependencies.csv] version = "1.3.0" [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 [dependencies.uuid] version = ">=1.3.3, <2.0" features = [ "serde", "v4", ] [features] uniffi = ["dep:uniffi"] [lints.clippy] unused_async = "deny" unwrap_used = "deny"