[package] name = "tokio-test-example" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #tokio = { version = "1.25.3", features = ["full"] } tokio = { git = "https://github.com/tokio-rs/tokio.git", branch = "tokio-1.28.x", features = [ "full"] }