# 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 = "rusty_ao" version = "0.1.1" authors = ["The WeaveVM authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A blazingly fast client for AO written in Rust" homepage = "https://github.com/weaveVM/rusty-ao" readme = "README.md" license = "MIT" repository = "https://github.com/weaveVM/rusty-ao" [profile.dind] inherits = "dev" [profile.no-debug-assertions] debug-assertions = false inherits = "dev" [profile.release] lto = true [lib] name = "rusty_ao" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.bundlr-sdk] version = "0.5.0" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1" features = ["full"]