[package] name = "imsub-log-crate" version = "0.1.0" edition = "2021" repository = "https://github.com/imsub-io/imsub-log-crate" license = "MIT" authors = ["Alessandro Grassi "] description = "A logging library that interfaces with RabbitMQ for ImSub services written in Rust" [dependencies] tokio = { version = "1", features = ["full"] } protobuf = { version = "2", features = ["with-bytes"] } tracing-subscriber = "0.3" lapin = "2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tracing = "0.1" dotenv = "0.15" [features] default = ["with-serde"] with-serde = ["protobuf/with-serde"]