chore(uid-mux): release v0.1.0

This commit is contained in:
sinu
2024-06-24 12:06:00 -07:00
parent 55cc4b0ddb
commit 45370ccc61

View File

@@ -1,11 +1,12 @@
[package]
name = "uid-mux"
version = "0.1.0"
authors = ["TLSNotary Team"]
description = "Async multiplexing library."
keywords = ["multiplex", "channel", "futures", "async"]
authors = ["TLSNotary Contributors"]
description = "Async multiplexing library with user provided stream ids."
keywords = ["multiplex", "futures", "async"]
categories = ["network-programming", "asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tlsnotary/tlsn-utils"
edition = "2021"
[features]
@@ -22,7 +23,7 @@ tracing = { workspace = true, optional = true }
yamux = "0.13"
blake3 = "1.5"
hex = "0.4"
serio = { workspace = true, optional = true }
serio = { version = "0.1", path = "../serio", optional = true }
tokio-util = { version = "0.7", features = ["compat"], optional = true }
[dev-dependencies]