[package] name = "distrox" version = "0.1.0" authors = ["Matthias Beyer "] description = "Distributed network build on IPFS" keywords = ["social", "network", "ipfs", "distributed"] readme = "README.md" license = "GPL-2.0" documentation = "https://docs.rs/distrox" repository = "https://github.com/matthiasbeyer/distrox" homepage = "http://github.com/matthiasbeyer/distrox" edition = "2018" [dependencies] # TODO: Replace with thiserror anyhow = "1" env_logger = "0.8" log = "0.4" async-trait = "0.1" chrono = "0.4" cid = "0.6" clap-v3 = "3.0.0-beta.1" daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" } futures = "0.3" ipfs-embed = { version = "0.20", features = ["tokio"] } libipld = "0.11" libipld-cbor = "0.11" libp2p = "*" libp2p-bitswap = "*" libp2p-core = "*" libp2p-gossipsub = "*" libp2p-ping = "*" mime = "0.3" rand_core = { version = "0.6", features = ["getrandom"] } rand_os = "0.2" ed25519-dalek = "*" tokio = { version = "1", features = ["full"] }