[package] name = "datastreamservicelib" version = "1.0.0" authors = ["Eero af Heurlin "] edition = "2021" # Remember to update rustfmt.toml too license = "MIT" description = "Rust version of https://gitlab.com/advian-oss/python-datastreamservicelib" homepage = "https://gitlab.com/advian-oss/rust-datastreamservicelib" repository = "https://gitlab.com/advian-oss/rust-datastreamservicelib" readme = "README.md" keywords = ["zeromq"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] datastreamcorelib = "^1.0" lazy_static = "^1.4" zmq = "^0.9" failure = "^0.1.8" tokio = { version = "^0.2", features = ["full"] } futures = "^0.3" tokio-zmq = "0.10.1" chrono = "^0.4" fern = "^0.6" log = "^0.4" clap = "^2.33" signal-hook = { version="^0.1", features = ["tokio-support"]} serde_json = "^1.0" bytes = "0.5" toml = "0.5" parking_lot = { version = "^0.11", features = ["deadlock_detection"] }