# 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 = "slothunter" version = "0.2.1" authors = ["Xavier Lau "] build = "build.rs" description = "A bot for Polkadot parachain auction." homepage = "https://hack.ink/slothunter" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hack-ink/slothunter" [profile.ci-dev] incremental = false inherits = "dev" [profile.ci-release] lto = true inherits = "release" [dependencies.anyhow] version = "1.0" [dependencies.app_dirs2] version = "2.5" [dependencies.array-bytes] version = "6.2" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.jsonrpsee] version = "0.20" features = [ "async-client", "jsonrpsee-client-transport", "ws-client", ] [dependencies.lettre] version = "0.11" [dependencies.parity-scale-codec] version = "3.6" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.scale-decode] version = "0.10" [dependencies.scale-value] version = "0.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sp-core] version = "26.0" [dependencies.sp-runtime] version = "29.0" [dependencies.subxt] version = "0.33" features = ["substrate-compat"] [dependencies.tokio] version = "1.35" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [build-dependencies.vergen] version = "8.3" features = [ "build", "cargo", "git", "gitcl", ] [features] node-test = []