# 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 = "async-rust" version = "0.1.1" authors = ["navigaid ", "btwiuse "] description = "async rust examples" documentation = "https://docs.rs/crate/async-rust/latest/source/" license = "MIT" resolver = "2" [[bin]] name = "httpserver" path = "httpserver.rs" [[bin]] name = "global" path = "global.rs" [[bin]] name = "async-channel" path = "async-channel.rs" [[bin]] name = "tcp-echo-server" path = "tcp-echo-server.rs" [[bin]] name = "ws-echo-server" path = "ws-echo-server.rs" [[bin]] name = "tcpserver" path = "tcpserver.rs" [[bin]] name = "tcpclient" path = "tcpclient.rs" [[bin]] name = "protobuf" path = "protobuf.rs" [[bin]] name = "enum" path = "enum.rs" [[bin]] name = "gen" path = "gen.rs" [[bin]] name = "json" path = "json.rs" [[bin]] name = "readline" path = "readline.rs" [[bin]] name = "rustyline" path = "rustyline.rs" [dependencies.actix] version = "0.13.0" [dependencies.actix-http] version = "3.0.4" [dependencies.actix-rt] version = "2.7.0" [dependencies.actix-web] version = "4.0.1" features = ["macros"] default-features = false [dependencies.actix-web-actors] version = "4.1.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["http1", "http2", "client", "server", "runtime", "tcp", "stream"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.protoc-rust] version = "2.27" [dependencies.rustyline] version = "9.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_logger] version = "2.1.0" [dependencies.tokio] version = "1.17" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" [dependencies.tokio-tungstenite] version = "0.17" [dependencies.tungstenite] version = "0.17.0" [dependencies.websocket] version = "0.26"