# 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 = "thoraudit" version = "0.1.3" authors = ["utx0 "] default-run = "thoraudit" description = "Command-line utility to audit the past status of a thornode" keywords = ["thorchain", "thornode"] license = "MIT" repository = "https://github.com/utx0/thoraudit" resolver = "2" [[bin]] name = "thoraudit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.48" [dependencies.reqwest] version = "0.11.6" features = ["json"] [dependencies.serde] version = "1.0.130" [dependencies.serde_derive] version = "1.0.130" [dependencies.serde_json] version = "1.0.71" [dependencies.tokio] version = "1.14.0" features = ["full"]