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>"]
|
2020-04-25 11:51:14 +00:00
|
|
|
include = ["Cargo.toml", "ofborg"] # TODO remove when carnix is fixed
|
2018-02-12 13:20:43 +00:00
|
|
|
build = "build.rs"
|
2020-04-01 01:59:43 +00:00
|
|
|
edition = "2018"
|
2017-11-05 14:46:42 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-02-22 02:36:27 +00:00
|
|
|
either = "1.4.0"
|
2018-01-19 16:12:12 +00:00
|
|
|
# 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"
|
2018-01-20 16:42:27 +00:00
|
|
|
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"
|
2017-11-14 13:32:28 +00:00
|
|
|
tempfile = "2.2.0"
|
2020-05-01 16:44:44 +00:00
|
|
|
tracing = "0.1.13"
|
2020-05-01 20:27:02 +00:00
|
|
|
tracing-subscriber = { version = "0.2.5", features = ["json"] }
|
2018-12-01 03:22:44 +00:00
|
|
|
hubcaps = { git = "https://github.com/grahamc/hubcaps.git" }
|
2019-04-12 02:04:31 +00:00
|
|
|
#hubcaps = { path = "../../../grahamc/hubcaps/" } # for testing patches
|
2017-11-14 13:32:28 +00:00
|
|
|
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"
|
2018-05-21 18:33:49 +00:00
|
|
|
sys-info = "0.5.6"
|
2018-12-10 14:19:48 +00:00
|
|
|
chrono = "0.4.6"
|
2019-04-14 23:35:32 +00:00
|
|
|
separator = "0.4.1"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
|
|
|
async-std = "1.5.0"
|
2020-05-11 18:48:27 +00:00
|
|
|
lapin = "1.0.0-beta4"
|