# 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 = "zinnia_libp2p" version = "0.20.3" authors = ["Protocol Labs"] description = "A libp2p extension for Zinnia. This crate provides JS APIs wrapping rust-libp2p. It should be compatible with any engine building on top of deno_core." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-station/zinnia" [lib] name = "zinnia_libp2p" path = "lib.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.deno_core] version = "0.232.0" [dependencies.either] version = "1.13.0" [dependencies.libp2p] version = "0.51.4" features = [ "dns", "ed25519", "identify", "mplex", "noise", "ping", "macros", "request-response", "rsa", "serde", "tcp", "tokio", "yamux", ] [dependencies.log] version = "0.4.22" [dependencies.smallvec] version = "1.13.2" [dependencies.tokio] version = "1.40.0" features = [ "fs", "rt", "macros", "rt", "macros", "sync", "time", ] [dependencies.tokio-util] version = "0.7.11" [dev-dependencies.env_logger] version = "0.10.2" [dev-dependencies.rand] version = "0.8.5" [lints.clippy] pedantic = "allow" type_complexity = "allow" [lints.rust] warnings = "deny"