[package] name = "async-codec-util" version = "0.3.3" authors = ["AljoschaMeyer "] description = "Utilities for working with the async-codec traits." repository = "https://github.com/AljoschaMeyer/async-codec-util-rs" readme = "README.md" license = "AGPL-3.0" [dependencies] async-codec = "0.3.0" atm-io-utils = { version = "0.2.5", features = ["quickcheck"] } futures-core = "0.2.0-alpha" futures-io = "0.2.0-alpha" futures-executor = "0.2.0-alpha" futures-util = "0.2.0-alpha" [dev-dependencies] async-byteorder = "0.3.0" async-ringbuffer = "0.3.1" quickcheck = "0.6"