# 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 = "cf-core-alpha" version = "0.1.2" description = "Common Fate core connector" license = "MIT" resolver = "1" [dependencies.anyhow] version = "1.0.66" [dependencies.cf-pty-process-alpha] version = "0.2.0" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.futures-util] version = "0.3.25" features = [ "sink", "std", ] default-features = false [dependencies.pty] version = "0.2.2" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.termion] version = "2.0.1" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.17.2" features = ["native-tls"]