# 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 = "merklemap-cli" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI client for the merklemap.com API" readme = "README.md" license = "MIT" repository = "https://github.com/barre/merklemap-cli" [profile.release] lto = "fat" codegen-units = 1 [lib] name = "merklemap_cli" path = "src/lib.rs" [[bin]] name = "merklemap-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.indicatif] version = "0.17" [dependencies.reqwest] version = "0.12" [dependencies.reqwest-eventsource] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.40" features = ["full"]