[package] name = "netsim-embed-nat" version = "0.4.2" authors = ["David Craven "] 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"