# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "near_schemafy_lib" version = "0.7.0" authors = [ "Markus Westerlind ", "MATILLAT Quentin ", "Near Inc ", ] description = "Generates serializeable Rust types from a json schema" documentation = "https://docs.rs/schemafy-near" license = "MIT" repository = "https://github.com/near/schemafy" [dependencies.Inflector] version = "0.11" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.schemafy_core] version = "0.7.0" package = "near_schemafy_core" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0" [dependencies.uriparse] version = "0.6"