sibling 3.0.0

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

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

[[bin]]
name = "sibling"
path = "cli/main.rs"

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

[dependencies.clap_complete]
version = "4.5.38"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"

[dependencies.rand]
version = "0.10.0"

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