# 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 = "clin" version = "0.3.0" authors = ["James Kominick "] exclude = ["ci/", ".travis.yml"] description = "Command completion desktop notifications" readme = "README.md" keywords = ["cli", "notification", "remote", "server"] license = "MIT" repository = "https://github.com/jaemk/clin" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.env_logger] version = "0.7" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.notify-rust] version = "3" [dependencies.self_update] version = "0.26" features = ["archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate"] optional = true [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [features] default = ["update"] update = ["self_update"]