android-native-keyring-store 1.0.0

Android CredentialStore for keyring-core
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 = "2024"
rust-version = "1.88"
name = "android-native-keyring-store"
version = "1.0.0"
authors = [
    "André Puel <andrepuel@gmail.com>",
    "Dan Brotsky <dev@brotsky.com>",
]
build = false
exclude = ["keyring-tester"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Android CredentialStore for keyring-core"
homepage = "https://github.com/open-source-cooperative/android-native-keyring-store"
readme = "README.md"
keywords = [
    "password",
    "secret",
    "credential",
    "android",
    "keystore",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/open-source-cooperative/android-native-keyring-store.git"

[package.metadata.docs.rs]
targets = ["aarch64-linux-android"]
features = ["legacy"]

[features]
android-log = [
    "android_log-sys",
    "tracing-subscriber/env-filter",
]
compile-tests = ["android_log-sys"]
legacy = []

[lib]
name = "android_native_keyring_store"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.android_log-sys]
version = "0.3"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.jni]
version = "0.21"

[dependencies.keyring-core]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.ndk-context]
version = "0.1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
optional = true