summaryrefslogtreecommitdiffstats
path: root/tokio-util/Cargo.toml
AgeCommit message (Expand)Author
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-03-18util: Prepare `0.3.1` release (#2330)Nikhil Benesch
2020-03-18tokio-util: fix minimum supported version of tokio (#2326)Nikhil Benesch
2020-03-04util: Prepare `0.3.0` release (#2296)Lucio Franco
2020-03-04codec: change Encoder to take &Item (#1746)Lucio Franco
2020-01-29util: add futures-io/tokio::io compatibility layer (#2117)Eliza Weisman
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-16chore: migrate from pin-project to pin-project-lite (#1778)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-15codec: Remove Unpin requirement from Framed[Read,Write,] (#1758)Markus Westerlind
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche