2020-06-05 20:22:27 +00:00
|
|
|
[package]
|
2020-11-05 18:44:36 +00:00
|
|
|
name = "generated_types"
|
2020-06-05 20:22:27 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Dix <paul@pauldix.net>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dependencies] # In alphabetical order
|
2021-03-15 15:42:19 +00:00
|
|
|
flatbuffers = "0.6" # TODO: Update to 0.8
|
2020-06-05 20:22:27 +00:00
|
|
|
futures = "0.3.1"
|
2021-01-29 21:11:55 +00:00
|
|
|
prost = "0.7"
|
|
|
|
prost-types = "0.7"
|
|
|
|
tonic = "0.4"
|
2021-03-10 17:34:07 +00:00
|
|
|
tracing = "0.1"
|
2021-02-12 16:14:53 +00:00
|
|
|
google_types = { path = "../google_types" }
|
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[build-dependencies] # In alphabetical order
|
2021-01-29 21:11:55 +00:00
|
|
|
tonic-build = "0.4"
|
2021-02-12 16:14:53 +00:00
|
|
|
prost-build = "0.7"
|