pallas/pallas-multiplexer/Cargo.toml
Santiago Carmuega 35c8c43642 Release 0.9.0-alpha.1
pallas@0.9.0-alpha.1
pallas-codec@0.9.0-alpha.1
pallas-crypto@0.9.0-alpha.1
pallas-miniprotocols@0.9.0-alpha.1
pallas-multiplexer@0.9.0-alpha.1
pallas-primitives@0.9.0-alpha.1

Generated by cargo-workspaces
2022-04-29 20:19:16 -03:00

22 lines
541 B
TOML

[package]
name = "pallas-multiplexer"
description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels"
version = "0.9.0-alpha.1"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-multiplexer"
license = "Apache-2.0"
readme = "README.md"
authors = [
"Santiago Carmuega <santiago@carmuega.me>"
]
[dependencies]
log = "0.4.14"
byteorder = "1.4.3"
hex = "0.4.3"
[dev-dependencies]
rand = "0.8.4"
env_logger = "0.9.0"