[dependencies.anyhow]
version = "1.0"
[dependencies.directories]
version = "3.0"
[dependencies.futures]
version = "0.3"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.8"
[dependencies.structopt]
version = "0.3"
[dependencies.tokio]
features = ["io-std", "io-util", "rt-core", "rt-threaded", "macros"]
version = "0.2"
[dependencies.toml]
version = "0.5"
[dependencies.ya-runtime-api]
features = ["codec"]
version = "0.3"
[dependencies.ya-runtime-sdk-derive]
optional = true
version = "0.1"
[dev-dependencies.tempdir]
version = "0.3"
[features]
default = []
macros = ["ya-runtime-sdk-derive"]
[package]
authors = ["Golem Factory <contact@golem.network>"]
description = "Facilitates creating new runtimes for Yagna"
edition = "2018"
homepage = "https://github.com/golemfactory/ya-runtime-sdk"
license = "GPL-3.0"
name = "ya-runtime-sdk"
repository = "https://github.com/golemfactory/ya-runtime-sdk"
version = "0.1.0"