vf-rs 0.1.1

A set of classes generated from the ValueFlows JSON schemas along with various VF utilities
Documentation
[package]
name = "vf-rs"
version = "0.1.1"
authors = ["Andrew Danger Lyon <orthecreedence@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "A set of classes generated from the ValueFlows JSON schemas along with various VF utilities"
homepage = "https://gitlab.com/orthecreedence/vf"
repository = "https://gitlab.com/orthecreedence/vf"
readme = "README.md"
keywords = ["economics", "rea", "valueflows"]
categories = ["data-structures"]

[dependencies]
chrono = "0.4.11"
derive_builder = "0.9.0"
serde = "1.0.105"
serde_derive = "1.0.106"
url = "2.1.1"

[build-dependencies]
heck = "0.3.1"
serde = "1.0.105"
serde_derive = "1.0.106"
serde_json = "1.0.50"
url = "2.1.1"