river-bsp-layout 2.1.1

Binary space partitioned layout for the tiling Wayland compositor River.
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 = "river-bsp-layout"
version = "2.1.1"
authors = ["AJ Reifsnyder <ajreifsnyder@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary space partitioned layout for the tiling Wayland compositor River."
homepage = "https://github.com/areif-dev/river-bsp-layout"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/areif-dev/river-bsp-layout"

[package.metadata.rpm]
package = "river-bsp-layout"

[package.metadata.rpm.cargo]
buildflags = ["--release"]

[package.metadata.rpm.targets.river-bsp-layout]
path = "/usr/bin/river-bsp-layout"

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

[[bin]]
name = "river-bsp-layout"
path = "src/main.rs"

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

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "wrap_help",
]

[dependencies.river-layout-toolkit]
version = "0.1"