# 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 = "gain" version = "0.5.0" authors = ["Timo Savola "] description = "Async/await-based framework for programs targetting Gate runtime (wasm32 targets)." homepage = "https://gate.computer" documentation = "https://docs.rs/gain" keywords = ["await", "framework", "gate", "runtime", "webassembly"] categories = ["api-bindings", "asynchronous", "wasm"] license = "MIT" repository = "https://github.com/gate-computer/gain" [dependencies.async-task] version = "1.3.0" [dependencies.futures-channel] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0"