# 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 = "2018" name = "ya-runtime-sdk" version = "0.4.0" authors = ["Golem Factory "] description = "Facilitates creation of new runtimes for Yagna" homepage = "https://github.com/golemfactory/ya-runtime-sdk" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/golemfactory/ya-runtime-sdk" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" optional = true [dependencies.directories] version = "4" [dependencies.flexi_logger] version = "0.24" features = ["colors"] optional = true [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" optional = true [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = [ "io-std", "io-util", "macros", "rt", ] [dependencies.toml] version = "0.5" [dependencies.ya-runtime-api] version = "0.6" features = ["codec"] [dependencies.ya-runtime-sdk-derive] version = "0.1" optional = true [dev-dependencies.tempdir] version = "0.3" [features] default = [] logger = [ "chrono", "flexi_logger", "log", ] macros = ["ya-runtime-sdk-derive"]