filebase 0.2.0

Query a directory of Slipcase containers by their flyleaf and look at what comes back
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 = "filebase"
version = "0.2.0"
authors = ["David M. Anderson"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query a directory of Slipcase containers by their flyleaf and look at what comes back"
homepage = "https://slipcaseformat.org"
readme = "README.md"
keywords = [
    "slipcase",
    "query",
    "flyleaf",
    "gui",
    "egui",
]
categories = [
    "gui",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/excelano/filebase"

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

[[bin]]
name = "filebase"
path = "src/main.rs"

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

[dependencies.eframe]
version = "0.36"

[dependencies.flyleaf]
version = "0.2.7"
default-features = false

[dependencies.opener]
version = "0.8"

[dependencies.potext]
version = "0.1"

[dependencies.rfd]
version = "0.17"

[dependencies.slipql]
version = "0.1.1"
default-features = false

[dependencies.slpc]
version = "0.4.0"
features = ["fs"]

[dependencies.tempfile]
version = "3.27"

[target.'cfg(target_os = "linux")'.dependencies.zbus]
version = "5"
features = [
    "async-io",
    "blocking-api",
]
default-features = false

[target.'cfg(target_os = "windows")'.dependencies.ico]
version = "0.5.0"