[package] name = "mempipe" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.1.0" color-eyre = "0.6.1" libc = "0.2.121" serde = { version = "1.0.136", features = ["derive"] } serde_cbor = "0.11.2" tracing = { version = "0.1.32", features = ["attributes"] } tracing-error = { version = "0.2.0" } tracing-subscriber = { version = "0.3.9", features = ["tracing", "tracing-serde", "serde", "env-filter"] } #TODO: if we decide to use async (which may be useful for some options, and will be *single-threaded* tokio), add `tracing-futures` too