2020-06-17 08:49:21 +00:00
|
|
|
[package]
|
2020-11-05 19:35:38 +00:00
|
|
|
name = "influxdb_tsm"
|
2020-06-17 08:49:21 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Edd Robinson <me@edd.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
integer-encoding = "1.0.7"
|
2020-06-15 20:11:26 +00:00
|
|
|
snap = "1.0.0"
|
2020-10-26 10:15:47 +00:00
|
|
|
tracing = "0.1"
|
2020-07-02 10:25:35 +00:00
|
|
|
snafu = "0.6.2"
|
2020-06-17 08:49:21 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
hex = "0.4.2"
|
2020-12-01 10:32:51 +00:00
|
|
|
flate2 = "1.0"
|
2020-06-17 08:49:21 +00:00
|
|
|
rand = "0.7.2"
|
2020-11-05 18:44:36 +00:00
|
|
|
test_helpers = { path = "../test_helpers" }
|