[package] name = "cock-web" version = "0.7.0" description = "web backend for `cock-lib`" license = "MIT" edition = '2021' authors = ["turn"] keywords = ["cock", "cocks", "web"] repository = "https://github.com/im-turn/cock-web" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } toml = "0.7.4" serde_json = "1.0" tokio = { version = "1.0", features = ["full"] } hyper = { version = "0.14", features = ["full"] }