# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gwasm-api" version = "0.3.0" authors = ["Golem RnD Team "] description = "gWasm API for Rust apps" homepage = "https://github.com/golemfactory/gwasm-rust-api" documentation = "https://docs.rs/gwasm-rust-api" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/golemfactory/gwasm-rust-api" [dependencies.actix] version = "0.9" [dependencies.actix-wamp] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.golem-rpc-api] version = "0.2" [dependencies.golem-rpc-macros] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "0.2" features = ["time", "signal"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.indicatif] version = "0.11" [badges.maintenance] status = "actively-developed"