netsim-embed-nat 0.4.2

Implementation of a nat for netsim embed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "netsim-embed-nat"
version = "0.4.2"
authors = ["David Craven <david@craven.ch>"]
edition = "2018"
description = "Implementation of a nat for netsim embed."
license = "MIT"
repository = "https://github.com/ipfs-rust/netsim-embed"

[dependencies]
futures = "0.3.27"
log = "0.4.17"
netsim-embed-core = { version = "0.4.3", path = "../core" }
rand = "0.8.5"