revault_vault_api 0.0.4

reVault API for creating and managing vaults
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 = "2021"
rust-version = "1.95"
name = "revault_vault_api"
version = "0.0.4"
build = false
exclude = ["AGENT_SLEEP_VM_TESTING.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "reVault API for creating and managing vaults"
documentation = "https://docs.rs/revault_vault_api"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/onepub-dev/reVault"

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

[[test]]
name = "vault_api"
path = "tests/vault_api.rs"

[dependencies.base64ct]
version = "1"
features = ["alloc"]

[dependencies.chacha20poly1305]
version = "0.11"

[dependencies.getrandom]
version = "0.4"

[dependencies.revault_lockbox_api]
version = "0.0.4"
features = ["vault-integration"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.zeroize]
version = "1.9"

[target.'cfg(target_os = "linux")'.dependencies.dbus]
version = "0.9.11"

[target.'cfg(target_os = "linux")'.dependencies.keyring]
version = "4.1.4"
features = ["v1"]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.keyring]
version = "4.1.4"
features = ["v1"]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
version = "0.3.2"
features = ["CFRunLoop"]

[target.'cfg(target_os = "macos")'.dependencies.objc2-io-kit]
version = "0.3.2"
features = [
    "libc",
    "pwr_mgt",
]
default-features = false

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.keyring]
version = "4.1.4"
features = ["v1"]
default-features = false

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_EventLog",
    "Win32_System_IO",
    "Win32_System_Memory",
    "Win32_System_Power",
    "Win32_System_Pipes",
    "Win32_System_Threading",
    "Win32_UI_WindowsAndMessaging",
]