# 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 = "ic-kit-macros" version = "0.1.1-alpha.0" authors = [ "Parsa Ghadimi ", "Ossian Mapes ", ] include = [ "src", "Cargo.toml", "README.md", ] description = "IC-Kit's macros for canister development" homepage = "https://sly.ooo" documentation = "https://docs.rs/ic-kit-macros" readme = "README.md" keywords = [ "internet-computer", "canister", "fleek", "psychedelic", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Psychedelic/ic-kit" [lib] proc-macro = true [dependencies.lazy_static] version = "1.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_tokenstream] version = "0.1" [dependencies.syn] version = "1.0"