# 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 = "mdmodels-macro" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A procedural macro for generating models from a markdown data model" readme = "README.md" license = "MIT" [lib] name = "mdmodels_macro" path = "src/lib.rs" proc-macro = true [[test]] name = "test_macro" path = "tests/test_macro.rs" [dependencies.convert_case] version = "0.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mdmodels] version = "^0.1.1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.syn] version = "1.0" [dev-dependencies.derive_builder] version = "0.20.0" [dev-dependencies.serde_json] version = "1.0.119" [dev-dependencies.trybuild] version = "1.0.96"