vnd_siren 0.1.0

A SIREN DSL/serializer
Documentation
[package]
name = "vnd_siren"
version = "0.1.0"
authors = ["Txuritan <txuritan@protonmail.com>"]
license = "MIT"

description = "A SIREN DSL/serializer"
homepage = "https://gitlab.com/Txuritan/vnd-siren"
documentation = "https://docs.rs/vnd_siren"
repository = "https://gitlab.com/Txuritan/vnd-siren"

include = [
  "Cargo.toml",
  "LICENSE",
  "src/**/*"
]

[badges]
gitlab = { repository = "Txuritan/vnd-siren", branch = "master" }
maintenance = { status = "actively-developed" }

[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"