polywrap_schemafy_lib 0.1.0

Generates serializable Rust types from a json schema
Documentation
[package]
name = "polywrap_schemafy_lib"
version = "0.1.0" # VERSION_TAG
authors = ["Markus Westerlind <marwes91@gmail.com>", "MATILLAT Quentin <qmatillat@gmail.com>", "Nestor Amesty <nestor@polywrap.io>"]
edition = "2018"

description = "Generates serializable Rust types from a json schema"
license = "MIT"

repository = "https://github.com/Marwes/schemafy"
documentation = "https://docs.rs/schemafy"


[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
schemafy_core = { version = "0.6.0", path = "../schemafy_core" } # VERSION_TAG
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
syn = "1.0"
uriparse = "0.6"

Inflector = "0.11"