# 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-core-model" version = "0.10.0" authors = ["Golem Factory "] description = "Yagna protocol messages" homepage = "https://github.com/golemfactory/yagna" keywords = [ "golem", "yagna", ] license = "LGPL-3.0" repository = "https://github.com/golemfactory/yagna" [dependencies.bigdecimal] version = "0.2" features = ["serde"] optional = true [dependencies.bitflags] version = "1.2" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive_more] version = "0.99.11" [dependencies.erc20_payment_lib] version = "0.4.7" [dependencies.graphene-sgx] version = "0.3.3" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.3" [dependencies.serde_json] version = "1.0.113" [dependencies.structopt] version = "0.3" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.9" [dependencies.ya-client-model] version = "0.7" [dependencies.ya-service-bus] version = "0.7.1" [features] activity = [] appkey = [] default = [] driver = [ "bigdecimal", "bitflags", ] full = [ "activity", "appkey", "driver", "identity", "market", "net", "payment", "gftp", "sgx", "version", ] gftp = [] identity = [] market = [] net = [] payment = [ "bigdecimal", "bitflags", ] sgx = ["graphene-sgx"] version = []