Vladislav Tsarev 3dec7eeb01 Initial commit
2024-10-18 11:36:33 +03:00

39 lines
1.1 KiB
TOML

# 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"
rust-version = "1.56.1"
name = "libp2p-yamux"
version = "0.36.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Yamux multiplexing protocol for libp2p"
keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
resolver = "2"
[dependencies.futures]
version = "0.3.1"
[dependencies.libp2p-core]
version = "0.32.0"
default-features = false
[dependencies.parking_lot]
version = "0.12"
[dependencies.thiserror]
version = "1.0"
[dependencies.yamux]
version = "0.10.0"