# 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.64" name = "hitori-macros" version = "0.2.3" authors = ["Artur Helmanau "] description = "Macros for hitori" documentation = "https://docs.rs/hitori-macros" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/30bit/hitori" resolver = "1" [lib] proc-macro = true [dependencies.proc-macro-crate] version = "1.3.1" optional = true [dependencies.proc-macro2] version = "1.0.51" [dependencies.quote] version = "1.0.23" default-features = false [dependencies.rust-format] version = "0.3.4" features = ["token_stream"] optional = true [dependencies.syn] version = "2.0.15" features = [ "full", "parsing", "printing", ] default-features = false [features] debug = ["rust-format"] find-hitori = ["proc-macro-crate"]