libgsh 1.2.0

Graphical Shell server SDK library
Documentation
# 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 = "libgsh"
version = "1.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graphical Shell server SDK library"
documentation = "https://docs.rs/libgsh/"
readme = "README.md"
keywords = [
    "graphics",
    "shell",
    "network",
    "gui",
    "server",
]
categories = [
    "rendering",
    "api-bindings",
    "gui",
    "graphics",
    "network-programming",
]
license-file = "LICENSE"
repository = "https://github.com/WilliamRagstad/gsh"

[lib]
name = "libgsh"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.log]
version = "0.4.27"

[dependencies.os_info]
version = "3.10.0"

[dependencies.prost]
version = "0.13.5"

[dependencies.rcgen]
version = "0.13.2"

[dependencies.rsa]
version = "0.9.8"

[dependencies.sha2]
version = "0.10.9"
features = ["oid"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26.2"
features = ["ring"]
default-features = false

[dependencies.zstd]
version = "0.13.3"
features = ["zstdmt"]

[build-dependencies.prost-build]
version = "0.13.5"