[package] name = "sputnik-demo" version = "0.1.0" authors = ["Martin Fischer "] edition = "2018" publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyper = { version = "0.14", features = ["full"] } sputnik = { path = "../../", features = ["hyper_body"] } serde = { version = "1.0", features = ["derive"] } tokio = { version = "1", features = ["full"] } thiserror = "1.0"