# 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 = "a0" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "generate structs and their values from external data" readme = "README.md" license = "MIT" [lib] name = "a0" path = "macro.rs" proc-macro = true [[test]] name = "units" path = "tests/units.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34" [dependencies.syn] version = "2.0.79" features = ["full"] [dependencies.toml] version = "0.8.19"