[package] name = "levin-cuprate" version = "0.1.0" edition = "2021" description = "A crate for working with the Levin protocol in Rust." license = "MIT" authors = ["Boog900"] repository = "https://github.com/Cuprate/cuprate/tree/main/net/levin" [dependencies] thiserror = "1" bytes = "1" tokio-util = {version = "0.7", features = ["codec"]}