[package] name = "leo2" version = "0.1.0" authors = ["NGnius (Graham) "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = "0.4.7" reqwest = { version = "0.11.1", features = ["json", "blocking"]} ed25519-dalek = "1.0.1" lazy_static = "1.4.0" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } hex = "0.4.2" # futures = "0.3.12" [dependencies.rocket_contrib] default-features = false features = ["json"]