# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "uid-mux" version = "0.1.0" 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" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.blake3] version = "1.5" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.serio] version = "0.1" optional = true [dependencies.tokio] version = "1.23" features = ["sync"] [dependencies.tokio-util] version = "0.7" features = ["compat"] optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.yamux] version = "0.13" [dev-dependencies.tokio] version = "1.23" features = [ "io-util", "rt-multi-thread", "macros", ] [dev-dependencies.tokio-util] version = "0.7" features = ["compat"] [features] default = [ "tracing", "serio", ] serio = ["dep:serio"] test-utils = [ "tokio/io-util", "dep:tokio-util", ] tracing = ["dep:tracing"]