# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "waylock" version = "0.3.5" authors = ["Isaac Freund "] include = ["Cargo.lock", "Cargo.toml", "LICENSE", "READEME.md", "waylock.toml", "**/*.rs"] description = "A simple screenlocker for wayland compositors." readme = "README.md" keywords = ["wayland", "screenlocker"] license = "MIT" repository = "https://github.com/ifreund/waylock" [dependencies.clap] version = "2" [dependencies.humantime] version = "2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.pam] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.smithay-client-toolkit] version = "0.15" features = ["calloop"] default-features = false [dependencies.toml] version = "0.5" [dependencies.users] version = "0.10"