[package] name = "tenebrous-api" version = "0.1.0" authors = ["projectmoon "] edition = "2018" [dependencies] log = "0.4" tracing-subscriber = "0.2" tonic = { version = "0.4" } prost = "0.7" once_cell = "1.7" tenebrous-rpc = { path = "../rpc" } juniper = { git = "https://github.com/graphql-rust/juniper", branch = "master" } juniper_rocket_async = { git = "https://github.com/graphql-rust/juniper", branch = "master" } rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" } warp = "0.2" #tokio-stream = { version = "0.1", features = ["net"] } # needed for grpc-web? # [dependencies.tokio] # version = "1" # features = [ "full" ]