[dependencies._adw]
features = ["v1_8"]
package = "libadwaita"
version = "0.8.1"
[dependencies.config-lib]
package = "hyprshell-config-lib"
version = "=4.9.2"
[dependencies.core-lib]
package = "hyprshell-core-lib"
version = "=4.9.2"
[dependencies.relm4]
default-features = false
features = ["libadwaita", "macros", "gnome_48"]
version = "0.10.0"
[dependencies.relm4-components]
version = "0.10.0"
[dependencies.tracing]
version = "0.1.44"
[features]
launcher_calc_plugin = []
[lib]
name = "hyprshell_config_edit_lib"
path = "src/lib.rs"
[lints.clippy]
cast_possible_truncation = "allow"
match_wildcard_for_single_variants = "allow"
missing_errors_doc = "allow"
pathbuf_init_then_push = "warn"
print_stderr = "warn"
print_stdout = "warn"
single_match = "allow"
struct_excessive_bools = "allow"
uninlined_format_args = "warn"
unnecessary_debug_formatting = "warn"
unnecessary_wraps = "warn"
unwrap_used = "deny"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
authors = ["h3rmt"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for editing the config file with a gui"
documentation = "https://docs.rs/hyprshell-config-edit-lib"
edition = "2024"
keywords = ["hyprland"]
license = "MIT"
name = "hyprshell-config-edit-lib"
readme = false
repository = "https://github.com/h3rmt/hyprshell/"
rust-version = "1.91.0"
version = "4.9.2"