# 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" rust-version = "1.79" name = "ad-astra-export" version = "1.0.0" authors = ["Ilya Lakhin (Илья Александрович Лахин) "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Embeddable scripting language platform Ad Astra. Macro Crate." documentation = "https://docs.rs/ad-astra" readme = "README.md" keywords = [ "language", "scripting", "scripting-language", "scripting-engine", ] categories = [ "compilers", "emulators", "memory-management", "parser-implementations", "wasm", ] license-file = "EULA.md" repository = "https://github.com/Eliah-Lakhin/ad-astra" [lib] name = "ad_astra_export" path = "src/lib.rs" proc-macro = true [dependencies.ahash] version = "0.8" [dependencies.cargo_toml] version = "0.20" [dependencies.convert_case] version = "0.6" [dependencies.paste] version = "1.0" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "default", "full", "extra-traits", ] [features] default = [] export = [] shallow = ["export"]