# 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 = "chia-seeder-light" version = "0.2.3" authors = ["dns "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Super light chia peer crawler and DNS seeder" homepage = "https://dexie.space/seeder" readme = "README.md" keywords = [ "chia", "blockchain", "crypto", "dns", "chia-wallet-sdk", ] license = "MIT" repository = "https://github.com/dexie-space/chia-seeder-light" [[bin]] name = "chia-seeder-light" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.async-channel] version = "2.3.1" [dependencies.async-trait] version = "0.1.83" [dependencies.chia] version = "0.15.0" [dependencies.chia-protocol] version = "0.15.0" [dependencies.chia-wallet-sdk] version = "0.17.0" features = ["rustls"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dashmap] version = "6.1.0" [dependencies.futures] version = "0.3.31" [dependencies.r2d2] version = "0.8.10" [dependencies.r2d2_sqlite] version = "0.25.0" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [dependencies.tokio] version = "1.41.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.trust-dns-server] version = "0.23.2"