# 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 = "notif" version = "0.0.13" authors = ["William "] description = "route remote notifications to current desktop" homepage = "https://github.com/Wonko7/notif" readme = "README.md" license = "GPL-2.0" [dependencies.bincode] version = "1.2.1" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0.2" [dependencies.failure] version = "0.1.6" [dependencies.hostname] version = "0.3.0" [dependencies.libc] version = "0.2.68" default-features = false [dependencies.libzmq] version = "0.2" features = ["curve"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.signal-hook] version = "0.1.13" [dependencies.toml] version = "0.5.6"