# 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 = "leafslug_rvr" version = "0.4.1" authors = ["Perma Alesheikh "] description = "Script to run as my init file for RiverWM." homepage = "https://sr.ht/~prma/leafslug" readme = "./README.md" categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://git.sr.ht/~prma/leafslug" [lib] path = "src/lib.rs" [[bin]] name = "rvr" path = "src/bin/rvr.rs" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.clap_complete_command] version = "0.5.1" features = ["carapace"] [dependencies.color-eyre] version = "0.6.2" [dependencies.figment] version = "0.10.12" features = [ "env", "json", ] [dependencies.leafslug_effects] version = "0.4.1" [dependencies.serde] version = "1.0.189" features = [ "serde_derive", "rc", ] optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.time] version = "0.3.31" features = [ "serde", "local-offset", "serde-well-known", ] [dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", "process", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [features] default = ["serde"] serde = ["dep:serde"]