ofborg/ofborg/Cargo.toml

34 lines
901 B
TOML
Raw Normal View History

2017-11-05 14:46:42 +00:00
[package]
name = "ofborg"
2020-04-29 22:12:47 +00:00
version = "0.1.9"
2017-11-05 14:46:42 +00:00
authors = ["Graham Christensen <graham@grahamc.com>"]
include = ["Cargo.toml", "ofborg"] # TODO remove when carnix is fixed
build = "build.rs"
edition = "2018"
2017-11-05 14:46:42 +00:00
[dependencies]
2018-02-22 02:36:27 +00:00
either = "1.4.0"
# amqp = { path = "./rust-amqp/" } # for testing patches
2017-11-19 23:21:01 +00:00
amqp = { git = "https://github.com/grahamc/rust-amqp.git" }
2017-11-05 14:46:42 +00:00
md5 = "0.3.5"
uuid = { version = "0.4", features = ["v4"] }
2017-11-05 14:46:42 +00:00
fs2 = "0.4.2"
2017-11-06 21:56:58 +00:00
serde = "1.0"
serde_derive = "1.0"
2017-11-08 08:34:48 +00:00
serde_json = "1.0"
tempfile = "2.2.0"
tracing = "0.1.13"
2020-05-01 20:27:02 +00:00
tracing-subscriber = { version = "0.2.5", features = ["json"] }
hubcaps = { git = "https://github.com/grahamc/hubcaps.git" }
#hubcaps = { path = "../../../grahamc/hubcaps/" } # for testing patches
hyper = "0.10.*"
hyper-native-tls = "0.2.4"
2018-01-23 02:45:15 +00:00
lru-cache = "0.1.1"
2018-03-16 01:33:38 +00:00
nom = "4.0.0-beta3"
sys-info = "0.5.6"
chrono = "0.4.6"
2019-04-14 23:35:32 +00:00
separator = "0.4.1"
async-std = "1.5.0"
2020-05-11 18:48:27 +00:00
lapin = "1.0.0-beta4"