# 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 = "static_init_macro" version = "1.0.2" authors = ["Olivier Kannengieser "] description = "Attribute macros for static_init crate" keywords = ["no_std", "utility", "static", "constructor", "initialization"] categories = ["no-std", "os"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/okannen/static_init" [lib] proc-macro = true [dependencies.memchr] version = "2" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"] [build-dependencies.cfg_aliases] version = "0.1" [features] debug_order = []