2021-03-19 16:27:57 +00:00
|
|
|
[package]
|
|
|
|
name = "internal_types"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "InfluxDB IOx internal types, shared between IOx instances"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-10-06 16:44:02 +00:00
|
|
|
chrono = "0.4"
|
|
|
|
parking_lot = "0.11"
|
2021-03-19 16:27:57 +00:00
|
|
|
snafu = "0.6"
|
2021-09-06 09:11:38 +00:00
|
|
|
tokio = { version = "1.11", features = ["sync"] }
|
2021-03-19 16:27:57 +00:00
|
|
|
|
2021-05-06 11:36:23 +00:00
|
|
|
[dev-dependencies]
|
2021-08-08 19:26:11 +00:00
|
|
|
futures = "0.3"
|
2021-09-06 09:11:38 +00:00
|
|
|
tokio = { version = "1.11", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }
|