ofborg/ofborg/Cargo.toml

29 lines
768 B
TOML
Raw Normal View History

2017-11-05 14:46:42 +00:00
[package]
name = "ofborg"
version = "0.1.5"
2017-11-05 14:46:42 +00:00
authors = ["Graham Christensen <graham@grahamc.com>"]
include = ["Cargo.toml", "Cargo.lock", "src", "test-srcs", "build.rs"]
build = "build.rs"
2017-11-05 14:46:42 +00:00
[dependencies]
2018-02-22 02:36:27 +00:00
either = "1.4.0"
log = "= 0.3.8"
env_logger = "= 0.4.3"
# 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"
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
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" }