# 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 = "cups-cli" version = "0.1.1" authors = ["Aiden McClelland "] description = "A minimal client for Cups Instant Messanger" homepage = "https://github.com/Start9Labs/cups-cli" documentation = "http://docs.rs/cups-cli/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Start9Labs/cups-cli" [lib] name = "cupslib" path = "src/lib.rs" [[bin]] name = "cups-cli" path = "src/main.rs" [dependencies.base32] version = "0.4.0" [dependencies.chrono] version = "0.4.10" [dependencies.clap] version = "2.33" [dependencies.failure] version = "0.1.6" [dependencies.futures] version = "0.3.1" optional = true [dependencies.pancurses] version = "0.16.1" optional = true [dependencies.prettytable-rs] version = "0.8.0" [dependencies.reqwest] version = "0.10.1" features = ["socks"] [dependencies.rpassword] version = "4.0.5" [dependencies.sha3] version = "0.8.2" [dependencies.tokio] version = "0.2.10" features = ["full"] [dependencies.url] version = "2.1" [features] default = ["tui"] tui = ["pancurses", "futures"]