ya-client-model 0.1.0

Yagna REST API data model
Documentation
[package]
name = "ya-client-model"
version = "0.1.0"
description = "Yagna REST API data model"
authors = ["Golem Factory <contact@golem.network>"]
homepage = "https://github.com/golemfactory/ya-client"
repository = "https://github.com/golemfactory/ya-client"
license = "LGPL-3.0"
edition = "2018"

[features]
default = []
with-diesel = ['diesel']

[dependencies]
bigdecimal = { version = "0.1.0", features = ["serde"]}
chrono = { version = "0.4", features = ["serde"]}
diesel = { version = "1.4", optional = true }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
thiserror = "1.0"