# 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 = "bobr" version = "0.1.4" authors = ["Alexander Weber (cchexcode) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command multiplexer." homepage = "https://github.com/cchexcode/bobr" readme = "docs/README.md" keywords = [ "bobr", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cchexcode/bobr" [[bin]] name = "bobr" path = "src/main.rs" [dependencies.anyhow] version = "1.0.94" [dependencies.async-trait] version = "0.1.83" [dependencies.bytes] version = "1.9.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.23" [dependencies.clap-markdown] version = "0.1.4" [dependencies.clap_complete] version = "4.5.38" [dependencies.clap_mangen] version = "0.2.24" [dependencies.crossterm] version = "0.28.1" [dependencies.flume] version = "0.11.1" [dependencies.itertools] version = "0.13.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.signal-hook] version = "0.3.17" [dependencies.thiserror] version = "2.0.4" [dependencies.tokio] version = "1.42.0" features = [ "rt", "rt-multi-thread", "macros", "process", "io-util", "time", ] [dev-dependencies.hoox] version = "0.3.0" [features] default = []