rlobkit-core 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-core"
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"

[features]
default = ["tokio-runtime"]
tokio-runtime = ["dep:tokio"]

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

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

[dependencies.bytes]
version = "1"

[dependencies.dirs]
version = "6"

[dependencies.mime_guess]
version = "2"

[dependencies.thiserror]
version = "2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
]
optional = true
default-features = false