# 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 = "native_api_1c_macro" version = "0.10.5" description = "Macro library for Native API 1C" readme = "README.md" license = "MIT" repository = "https://github.com/Sebekerga/native_api_1c" resolver = "1" [lib] proc-macro = true [[test]] name = "readme_example" path = "tests/readme.rs" [[test]] name = "functions" path = "tests/functions.rs" [[test]] name = "props" path = "tests/props.rs" [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.32" [dependencies.syn] version = "2.0.28" features = ["full"] [dev-dependencies.chrono] version = "0.4.26" [dev-dependencies.trybuild] version = "1.0.49" features = ["diff"] [dev-dependencies.utf16_lit] version = "2.0"