[package] name = "schemafy_lib" version = "0.6.0" # VERSION_TAG authors = ["Markus Westerlind ", "MATILLAT Quentin "] edition = "2018" description = "Generates serializeable 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"