# 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.75.0" name = "ant-libp2p-yamux" version = "0.46.0" authors = ["Parity Technologies "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Yamux multiplexing protocol for libp2p" readme = false keywords = [ "peer-to-peer", "libp2p", "networking", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/maidsafe/ant-rust-libp2p" [package.metadata.docs.rs] all-features = true [lib] name = "ant_libp2p_yamux" path = "src/lib.rs" [[test]] name = "compliance" path = "tests/compliance.rs" [dependencies.ant-libp2p-core] version = "0.42.1" [dependencies.either] version = "1" [dependencies.futures] version = "0.3.30" [dependencies.thiserror] version = "2" [dependencies.tracing] version = "0.1.37" [dependencies.yamux012] version = "0.12.1" package = "yamux" [dependencies.yamux013] version = "0.13.3" package = "yamux" [dev-dependencies.async-std] version = "1.7.0" features = ["attributes"] [lints.clippy] dbg_macro = "warn" manual_let_else = "warn" type_complexity = "allow" unnecessary_wraps = "warn" used_underscore_binding = "warn" [lints.clippy.pedantic] level = "allow" priority = -1 [lints.rust] unreachable_pub = "warn"