# 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 = "stabby-macros" version = "36.1.1" authors = ["Pierre Avital "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "the macros that make working with stabby possible, you shouldn't add this crate to your dependencies, only `stabby`." readme = "README.md" categories = [ "development-tools::ffi", "no-std::no-alloc", ] license = " EPL-2.0 OR Apache-2.0" repository = "https://github.com/ZettaScaleLabs/stabby" [lib] name = "stabby_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro-crate] version = ">=1, <4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.syn] version = "1.0.86" features = [ "full", "extra-traits", ] [features] experimental-ctypes = []