ipfs-embed-net 0.10.0

small embeddable ipfs implementation
Documentation
[package]
name = "ipfs-embed-net"
version = "0.10.0"
authors = ["David Craven <david@craven.ch>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "small embeddable ipfs implementation"
repository = "https://github.com/ipfs-rust/ipfs-embed"

[dependencies]
async-std = "1.8.0"
fnv = "1.0.7"
futures = "0.3.8"
ip_network = "0.3.4"
ipfs-embed-core = { version = "0.10.0", path = "../core" }
libp2p-bitswap = "0.10.0"
log = "0.4.11"
names = "0.11.0"
thiserror = "1.0.22"

[dependencies.libp2p]
version = "0.32.2"
default-features = false
features = [
    "dns",
    "identify",
    "kad",
    "mdns",
    "ping",
    # "quic",
    "mplex", "noise", "tcp-async-std", "yamux",
]