sibling 2.0.3

The API for traversing sibling directories (find next/previous directory).
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"
name = "sibling"
version = "2.0.3"
authors = ["Haruaki Tamada <tamada_f@ke_cafebabe.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The API for traversing sibling directories (find next/previous directory)."
homepage = "https://tamada.github.io/sibling"
readme = "README.md"
keywords = [
    "directory-traversal",
    "sibling-directories",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license-file = "LICENSE"
repository = "https://github.com/tamada/sibling"
resolver = "3"

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

[dependencies.clap]
version = "4.5.23"
features = ["derive"]

[dependencies.log]
version = "0.4.29"

[dependencies.rand]
version = "0.9.0"

[dependencies.rust-embed]
version = "8.5.0"