[package] name = "boxcar_rpc" description = "Async RPC Framework" version = "0.2.0-alpha2" edition = "2021" license = "Apache-2.0" keywords = ["websockets", "rpc"] categories = ["network-programming"] authors = ["Colum McGaley "] homepage = "https://rust.volf.co/boxcar_rpc" repository = "https://github.com/volfco/boxcar_rpc" readme = "README.md" [dependencies] anyhow = "1.0" async-trait = "0.1" url = "0.5" tracing = "0.1" rand = "0.8" serde = { version = "1.0", features = ["derive"] } bincode = { version = "1.3" } tokio = { version = "1.16", features = ["full", "tracing", "net"] } tokio-tungstenite = { version = "0.16"} futures-core = "0.3" futures-util = "0.3" deadqueue = "0.2" [dev-dependencies] tracing-subscriber = "0.2"