# 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 = "osmojit-derive" version = "0.4.2" authors = ["Sokhibjon Orzikulov "] exclude = [ "target", ".github", ] description = "GCCJIT exposed API for Osmon programming language" homepage = "https://osmon-lang.uz" documentation = "https://wiki.osmon-lang.uz" keywords = [ "programming-language", "interpreter", "compiler", "uzbek", ] categories = ["localization"] license = "GPL-3.0" repository = "https://github.com/osmon-lang/gccjit" [lib] name = "osmojit_derive" proc-macro = true [dependencies.proc-macro2] version = "0.4" [dependencies.quote] version = "0.6" [dependencies.syn] version = "0.15" features = ["derive"] [dependencies.synstructure] version = "0.10"