# 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 = "linera-witty-macros" version = "0.13.1" authors = ["Linera "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros for generation of WIT compatible host code from Rust code" homepage = "https://linera.dev" documentation = "https://docs.rs/linera-witty-macros/latest/linera_witty_macros/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linera-io/linera-protocol" [lib] name = "linera_witty_macros" path = "src/lib.rs" proc-macro = true [dependencies.heck] version = "0.4.1" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.52" features = ["full"] [build-dependencies.cfg_aliases] version = "0.2.1" [features] test = ["syn/extra-traits"] wasmer = ["syn/extra-traits"] wasmtime = ["syn/extra-traits"]