2017-11-05 14:46:42 +00:00
|
|
|
[package]
|
|
|
|
name = "ofborg"
|
2018-03-18 23:52:06 +00:00
|
|
|
version = "0.1.5"
|
2017-11-05 14:46:42 +00:00
|
|
|
authors = ["Graham Christensen <graham@grahamc.com>"]
|
2018-02-12 13:20:43 +00:00
|
|
|
include = ["Cargo.toml", "Cargo.lock", "src", "test-srcs", "build.rs"]
|
|
|
|
build = "build.rs"
|
2018-02-08 20:18:21 +00:00
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2018-02-22 02:36:27 +00:00
|
|
|
either = "1.4.0"
|
2018-01-20 19:24:17 +00:00
|
|
|
log = "= 0.3.8"
|
|
|
|
env_logger = "= 0.4.3"
|
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"
|
2017-11-19 23:21:01 +00:00
|
|
|
hubcaps = { git = "https://github.com/grahamc/hubcaps.git" }
|
2018-02-02 03:09:31 +00:00
|
|
|
# hubcaps = { path = "./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-01-25 02:33:14 +00:00
|
|
|
|
|
|
|
#[patch.crates-io]
|
|
|
|
#amq-proto = { path = "rust-amq-proto" }
|