# 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 = "topdrop" version = "0.3.0" authors = ["Daniel O'Brien "] description = "A Rust implementation of a dropdown window manager, similar to that of tdrop" readme = "README.md" license = "MIT" repository = "https://github.com/dob9601/topdrop" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.176" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dependencies.strum] version = "0.25.0" features = ["derive"]