# 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 = "2018" name = "motoko_proc_macro" version = "0.0.29" authors = [ "Matthew Hammer", "Ryan Vandersmith", ] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "Procedural macros for compile-time Motoko expressions in Rust." documentation = "https://docs.rs/motoko_proc_macro" readme = "README.md" keywords = [ "internet-computer", "motoko", "wasm", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/dfinity/motoko.rs" [lib] name = "motoko_proc_macro" proc-macro = true [dependencies.motoko] version = "0.0.29" features = ["parser"] default-features = false [dependencies.proc-macro2] version = "1.0.44" [dependencies.quote] version = "1.0.21" [dependencies.serde] version = "1.0.145" [dependencies.syn] version = "1.0.100" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.num-bigint] version = "0.4.3" features = ["serde"] [dev-dependencies.test-log] version = "0.2.11"