# 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 = "2021" name = "json_to_struct" version = "0.1.0" authors = ["Abdullah Albanna <abdu.albanna@proton.me>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert JSON into Rust structs for efficient and type-safe data management." homepage = "https://github.com/abdullah-albanna/json_to_struct" documentation = "https://docs.rs/json_to_struct" readme = "README.md" keywords = [ "json", "macro", "rust", "codegen", "struct", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/abdullah-albanna/json_to_struct" [lib] name = "json_to_struct" path = "src/lib.rs" proc-macro = true [[example]] name = "basic" path = "examples/basic.rs" [dependencies.inflections] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.syn] version = "2"