cf-core-alpha 0.1.2

Common Fate core connector
Documentation
[package]
name = "cf-core-alpha"
version = "0.1.2"
edition = "2021"
description = "Common Fate core connector"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pty = "0.2.2"
cf-pty-process-alpha = "0.2.0"
termion = "2.0.1"
tokio = { version = "1.21.2", features = ["full"] }
tokio-tungstenite = { version = "0.17.2", features = ["native-tls"] }
futures-util = { version = "0.3.25", default-features = false, features = ["sink", "std"] }
serde_json = "1.0.87"
clap = { version = "4.0.22", features = ["derive"] }
anyhow = "1.0.66"
serde = { version = "1.0.147", features = ["derive"] }