[package] name = "datastreamcorelib" version = "1.0.1" authors = ["Eero af Heurlin "] edition = "2021" # Remember to update rustfmt.toml too license = "MIT" description = "Rust version of https://gitlab.com/advian-oss/python-datastreamcorelib" homepage = "https://gitlab.com/advian-oss/rust-datastreamcorelib" repository = "https://gitlab.com/advian-oss/rust-datastreamcorelib" readme = "README.md" keywords = ["zeromq"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "^0.4" fern = "^0.6" log = "^0.4" base64 = "^0.12" uuid = { version = "^0.8", features = ["v4"] } failure = "^0.1.8" zmq = "^0.9" bytes = "0.5" rmp-serde = "^0.14" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" libc = "^0.2" libmath = "^0.1" lazy_static = "^1.4" parking_lot = { version = "^0.11", features = ["deadlock_detection"] }