# 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 = "beamcli" version = "0.5.0" authors = ["Michael Mandel "] description = "An Interface on top of the Teleport CLI." homepage = "https://github.com/MichaelMandel26/beam" readme = "README.md" keywords = [ "cli", "teleport", "beam", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MichaelMandel26/beam" resolver = "2" [dependencies.anyhow] version = "1.0.47" [dependencies.clap] version = "3.2.6" features = ["derive"] [dependencies.clap_complete] version = "3.2.2" [dependencies.clearscreen] version = "1.0.7" [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.1" [dependencies.home] version = "0.5.3" [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11.7" features = ["rustls-tls"] default-features = false [dependencies.semver] version = "1.0.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.71" [dependencies.skim] version = "0.9.4" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.whoami] version = "1.2.0" [dev-dependencies.httpmock] version = "0.6"