# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hop-cli" version = "0.2.61" authors = ["Hop, Inc."] build = "build.rs" description = "Interact with Hop in your terminal" homepage = "https://hop.io" readme = "README.md" keywords = [ "hop", "cli", "terminal", "console", "rust", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/hopinc/hop_cli" [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [profile.test] opt-level = 3 lto = true strip = true [[bin]] name = "hop" path = "./src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-compression] version = "0.4" features = [ "tokio", "gzip", ] [dependencies.async-trait] version = "0.1" [dependencies.async_zip] version = "0.0" features = ["full"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.clap_complete] version = "4.1" [dependencies.console] version = "0.15" [dependencies.ctrlc] version = "3.2" features = ["termination"] [dependencies.dialoguer] version = "0.10" [dependencies.dirs] version = "5.0" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.futures-util] version = "0.3" [dependencies.hyper] version = "0.14" features = ["server"] [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] version = "1.0" features = ["derive"] [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] version = "=1.29" features = ["full"] [dependencies.tokio-tar] version = "0.3" [dependencies.webbrowser] version = "0.8" [features] default = [] update = [] [target."cfg(all(not(windows), not(macos)))".dependencies.async-tungstenite] version = "0.23" features = [ "tokio-runtime", "tokio-rustls-webpki-roots", ] [target."cfg(all(not(windows), not(macos)))".dependencies.hop] version = "0.1" features = [ "chrono", "rustls-tls-webpki-roots", ] default-features = false [target."cfg(all(not(windows), not(macos)))".dependencies.leap_client_rs] version = "0.1" features = [ "zlib", "rustls-tls-webpki-roots", ] default-features = false [target."cfg(all(not(windows), not(macos)))".dependencies.reqwest] version = "0.11" features = [ "json", "multipart", "rustls-tls-webpki-roots", ] default-features = false [target."cfg(all(not(windows), not(macos)))".dependencies.tokio-rustls] version = "0.24" default-features = false [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] version = "0.23" features = [ "tokio-runtime", "tokio-native-tls", ] [target."cfg(any(windows, macos))".dependencies.hop] version = "0.1" features = [ "chrono", "native-tls", ] default-features = false [target."cfg(any(windows, macos))".dependencies.leap_client_rs] version = "0.1" features = [ "zlib", "native-tls", ] default-features = false [target."cfg(any(windows, macos))".dependencies.native-tls] version = "0.2" [target."cfg(any(windows, macos))".dependencies.reqwest] version = "0.11" features = [ "json", "multipart", "native-tls", ] default-features = false [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] version = "0.3" features = ["winuser"] [target."cfg(windows)".build-dependencies.winres] version = "0.1"