# Copyright 2022 Parthka. All rights reserved. MIT license. [package] name = "tigon" version = "0.1.0" edition = "2021" license = "MIT" documentation = "https://docs.rs/tigon" description = "None" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1", features = ["full"] } hyper = { version = "0.14", features = ["full"] } hyper-tungstenite = "0.8.1" futures = "0.3.23"