mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-08 22:48:09 -05:00
chore(uid-mux): release v0.1.0
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user