# 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 = "generate_model" version = "0.2.2" exclude = [ ".*", "tests/", ] description = "Rust macro used for generating JSON objects from structs and writing them to a directory at compile time. This is so that you can easily generate types for APIs." readme = "README.md" keywords = [ "macro", "types", "model_generation", "json", ] categories = [ "development-tools", "json-export", "struct-generation", ] license = "MIT" [lib] proc-macro = true [dependencies.fake] version = "2.8" features = ["derive"] [dependencies.quote] version = "1.0.33" [dependencies.serde] version = "1.0.186" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.syn] version = "2.0.29"