1# tokio-tcp
2
3TCP bindings for `tokio`.
4
5> **Note:** This crate is **deprecated in tokio 0.2.x** and has been moved into
6> [`tokio::tcp`] behind the `tcp` [feature flag].
7
8[`tokio::tcp`]: https://docs.rs/tokio/latest/tokio/tcp/index.html
9[feature flag]: https://docs.rs/tokio/latest/tokio/index.html#feature-flags
10
11[Documentation](https://docs.rs/tokio-tcp/0.1.3/tokio_tcp)
12
13## License
14
15This project is licensed under the [MIT license](./LICENSE).
16
17### Contribution
18
19Unless you explicitly state otherwise, any contribution intentionally submitted
20for inclusion in Tokio by you, shall be licensed as MIT, without any additional
21terms or conditions.
22