# 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 = "horsetab" version = "0.3.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trigger Linux/Unix commands via morse code using your mouse." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ChrisVilches/horsetab" [[bin]] name = "horsetab" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.edit] version = "0.1.4" [dependencies.home] version = "0.5.5" [dependencies.rdev] version = "0.5.3" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.rouille] version = "3.6.2" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.tempfile] version = "3" [dev-dependencies.test-case] version = "3.2.1"