# 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 = "trustblock-cli" version = "0.9.1" authors = [ "Timur Guvenkaya ", "Trustblock ", ] description = "human-friendly console utility that helps to interact with Trustblock from command line." homepage = "https://trustblock.run" documentation = "https://docs.trustblock.run/technical-documentation/publish-an-audit#using-our-cli" readme = "README.md" keywords = [ "web3", "cli", "trustblock", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Trustblock-Inc/trustblock-cli" [profile.dev] debug = 0 [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false panic = "abort" overflow-checks = true [[bin]] name = "trustblock" path = "src/main.rs" [dependencies.cargo_toml] version = "0.15.2" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.1.6" features = [ "derive", "unstable-doc", ] [dependencies.color-eyre] version = "0.6" [dependencies.dirs] version = "5.0.0" [dependencies.dotenv] version = "0.15.0" [dependencies.ethers-core] version = "2.0.1" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.17" features = ["std"] default-features = false [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.5" [dependencies.pdf] version = "0.8.1" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.serde_with] version = "2.2.0" [dependencies.strum] version = "0.24.1" [dependencies.tempfile] version = "3.5.0" [dependencies.tokio] version = "1.25.0" features = ["macros"] [dependencies.validator] version = "0.16.0" features = ["derive"] [dependencies.w3s] version = "0.2.10" features = ["all"] [dependencies.yansi] version = "0.5" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.fastrand] version = "1.9.0" [dev-dependencies.genpdf] version = "0.2.0" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.regex] version = "1.8.1" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.sqlx] version = "0.7.0-alpha.2" features = [ "runtime-tokio", "macros", "mysql", ]