2021-10-11 09:45:08 +00:00
|
|
|
[package]
|
|
|
|
name = "schema"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "IOx Schema definition"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-10-19 17:14:08 +00:00
|
|
|
arrow = { version = "6.0", features = ["prettyprint"] }
|
2021-10-11 09:45:08 +00:00
|
|
|
hashbrown = "0.11"
|
2021-10-19 11:47:27 +00:00
|
|
|
indexmap = "1.7"
|
2021-10-11 09:45:08 +00:00
|
|
|
itertools = "0.10.1"
|
|
|
|
snafu = "0.6"
|