# 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 = "noir_macros_core" version = "1.1.1" authors = ["Viicell and Noir Framework Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Essential proc-macros and utilities for no_std Rust development" documentation = "https://docs.rs/noir_macros_core" readme = "README.md" keywords = [ "no_std", "macros", "proc-macro", "embedded", "noir", ] categories = [ "no-std", "embedded", "development-tools::procedural-macro-helpers", ] license = "MIT" repository = "https://github.com/Victor-Viicell/noir_macros_core.git" [lib] name = "noir_macros_core" path = "src/lib.rs" [dependencies] [features] alloc = [] default = ["alloc"]