rlobkit-dialogs 0.2.3

Partially cross-platform file-picking toolkit
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"
name = "rlobkit-dialogs"
version = "0.2.3"
authors = ["mlm-games"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Partially cross-platform file-picking toolkit"
homepage = "https://github.com/mlm-games/rlobkit"
readme = false
license = "MIT"
repository = "https://github.com/mlm-games/rlobkit"

[package.metadata.android.cargo_rapk]
java_sources = "android"

[[package.metadata.android.cargo_rapk.activities]]
name = "rust.rlobkit.RlobKitPickerActivity"
exported = false

[features]
default = []

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.rlobkit-core]
version = "0.2.1"

[dependencies.thiserror]
version = "2"

[target.'cfg(any(target_os = "windows", target_os = "macos", target_os = "linux", target_arch = "wasm32"))'.dependencies.rfd]
version = "0.15"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs]
version = "6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pollster]
version = "0.4"

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.22.4"

[target.'cfg(target_os = "android")'.dependencies.jni-min-helper]
version = "0.4"

[target.'cfg(target_os = "android")'.dependencies.jvm-getter]
version = "0.1"

[target.'cfg(target_os = "android")'.dependencies.log]
version = "0.4"

[target.'cfg(target_os = "android")'.dependencies.mime_guess]
version = "2"

[target.'cfg(target_os = "android")'.dependencies.ndk-context]
version = "0.1"