# 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 = "momoka" version = "1.0.1" authors = ["Josh Stevens "] description = "The momoka rs client" readme = "README.md" license = "MIT" repository = "https://github.com/lens-protocol/momoka" [profile.performance] lto = "fat" codegen-units = 1 incremental = false inherits = "release" [dependencies.async-trait] version = "0.1.51" [dependencies.base64] version = "0.21.0" [dependencies.bundlr-sdk] version = "0.4.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.data-encoding] version = "2.3.0" [dependencies.ethers] version = "2.0.4" [dependencies.futures] version = "0.3" [dependencies.gql_client] version = "1.0.7" [dependencies.hex] version = "0.4.3" [dependencies.json] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.3.2" features = [ "v4", "serde", ] [target."cfg(all(not(windows), not(target_env = \"musl\")))".dependencies.jemallocator] version = "0.5.0"