# 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 = "splash" version = "0.2.0" authors = ["dns "] description = "A decentralized network for sharing offers across the Chia ecosystem" homepage = "https://dexie.space/splash" readme = "README.md" keywords = [ "p2p", "dexie", "chia", "blockchain", "crypto", ] license = "MIT" repository = "https://github.com/dexie-space/splash" [dependencies.bech32] version = "0.9.1" [dependencies.clap] version = "4.4.17" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.hickory-resolver] version = "0.24.1" [dependencies.libp2p] version = "0.54.0" features = [ "tokio", "gossipsub", "kad", "noise", "macros", "identify", "tcp", "yamux", "secp256k1", ] [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.35" features = ["full"] [dependencies.warp] version = "0.3.6"