# 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 = "autohide-tdrop" version = "1.1.4" authors = ["backtolife2021"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "100% pure rust implementation that can automatically hide terminals or other applications managed by tdrop when they lose focus" homepage = "https://github.com/backtolife2021/autohide-tdrop" readme = "README.md" keywords = [ "autohide", "tdrop", ] license = "MIT" repository = "https://github.com/backtolife2021/autohide-tdrop" [[bin]] name = "autohide-tdrop" path = "src/main.rs" [dependencies.x11rb] version = "0.12.0"