[build-dependencies.tonic-build]
version = "0.11.0"
[dependencies.prost]
version = "0.12.6"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.188"
[dependencies.tonic]
features = ["tls", "tls-webpki-roots"]
version = "0.11.0"
[lib]
name = "sshx_core"
path = "src/lib.rs"
[package]
authors = ["Eric Zhang <ekzhang1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A secure web-based, collaborative terminal."
documentation = "https://sshx.io"
edition = "2021"
keywords = ["ssh", "share", "terminal", "collaborative"]
license = "MIT"
name = "sshx-core"
readme = false
repository = "https://github.com/ekzhang/sshx"
version = "0.3.1"