[package] name = "calllog" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] } html_parser = { version = "0.6.2" } srp = { version = "0.5.0" } sha2 = { version = "0.9.8" } rand = { version = "0.8.4" } base16 = { version = "0.2.1" } json = { version = "*" }