[[bin]]
name = "hop"
path = "./src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-compression]
features = ["tokio", "gzip"]
version = "0.4"
[dependencies.async-trait]
version = "0.1"
[dependencies.async_zip]
features = ["full"]
version = "0.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.1"
[dependencies.clap_complete]
version = "4.1"
[dependencies.console]
version = "0.15"
[dependencies.ctrlc]
features = ["termination"]
version = "3.2"
[dependencies.dialoguer]
version = "0.10"
[dependencies.dirs]
version = "5.0"
[dependencies.fern]
features = ["colored"]
version = "0.6"
[dependencies.futures-util]
version = "0.3"
[dependencies.hyper]
features = ["server"]
version = "0.14"
[dependencies.ignore]
version = "0.4"
[dependencies.log]
version = "0.4"
[dependencies.ms]
version = "0.1"
[dependencies.portpicker]
version = "0.1"
[dependencies.rand]
version = "0.8"
[dependencies.regex]
version = "1.6"
[dependencies.runas]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_repr]
version = "0.1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sys-info]
version = "0.9"
[dependencies.tabwriter]
version = "1.2"
[dependencies.tokio]
features = ["full"]
version = "=1.29"
[dependencies.tokio-tar]
version = "0.3"
[dependencies.webbrowser]
version = "0.8"
[features]
default = []
update = []
[package]
authors = ["Hop, Inc."]
build = "build.rs"
categories = ["command-line-utilities"]
description = "Interact with Hop in your terminal"
edition = "2021"
homepage = "https://hop.io"
keywords = ["hop", "cli", "terminal", "console", "rust"]
license = "MPL-2.0"
name = "hop-cli"
readme = "README.md"
repository = "https://github.com/hopinc/hop_cli"
version = "0.2.61"
[profile.release]
lto = true
opt-level = 3
panic = "abort"
strip = true
[profile.test]
lto = true
opt-level = 3
strip = true
[target."cfg(all(not(windows), not(macos)))".dependencies.async-tungstenite]
features = ["tokio-runtime", "tokio-rustls-webpki-roots"]
version = "0.23"
[target."cfg(all(not(windows), not(macos)))".dependencies.hop]
default-features = false
features = ["chrono", "rustls-tls-webpki-roots"]
version = "0.1"
[target."cfg(all(not(windows), not(macos)))".dependencies.leap_client_rs]
default-features = false
features = ["zlib", "rustls-tls-webpki-roots"]
version = "0.1"
[target."cfg(all(not(windows), not(macos)))".dependencies.reqwest]
default-features = false
features = ["json", "multipart", "rustls-tls-webpki-roots"]
version = "0.11"
[target."cfg(all(not(windows), not(macos)))".dependencies.tokio-rustls]
default-features = false
version = "0.24"
[target."cfg(all(not(windows), not(macos)))".dependencies.webpki]
version = "0.22"
[target."cfg(all(not(windows), not(macos)))".dependencies.webpki-roots]
version = "0.25"
[target."cfg(any(windows, macos))".dependencies.async-tungstenite]
features = ["tokio-runtime", "tokio-native-tls"]
version = "0.23"
[target."cfg(any(windows, macos))".dependencies.hop]
default-features = false
features = ["chrono", "native-tls"]
version = "0.1"
[target."cfg(any(windows, macos))".dependencies.leap_client_rs]
default-features = false
features = ["zlib", "native-tls"]
version = "0.1"
[target."cfg(any(windows, macos))".dependencies.native-tls]
version = "0.2"
[target."cfg(any(windows, macos))".dependencies.reqwest]
default-features = false
features = ["json", "multipart", "native-tls"]
version = "0.11"
[target."cfg(any(windows, macos))".dependencies.tokio-native-tls]
version = "0.3"
[target."cfg(windows)".build-dependencies.chrono]
version = "0.4"
[target."cfg(windows)".build-dependencies.static_vcruntime]
version = "2.0"
[target."cfg(windows)".build-dependencies.winapi]
features = ["winuser"]
version = "0.3"
[target."cfg(windows)".build-dependencies.winres]
version = "0.1"