# 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 = "pcb-rs-macros" version = "0.1.0" authors = ["Yashodhan Joshi"] description = "Prco-macros for pcb-rs crate" homepage = "https://github.com/YJDoc2/pcb-rs" documentation = "https://github.com/YJDoc2/pcb-rs#readme" readme = "../../Readme.md" keywords = ["pcb", "hardware", "proc-macro", "simulation", "electronics"] categories = ["simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/YJDoc2/pcb-rs" [lib] name = "pcb_rs_macros" proc-macro = true [dependencies.pcb-rs-traits] version = "0.1.0" [dependencies.proc-macro2] version = "1.0.33" [dependencies.quote] version = "1.0.10" [dependencies.syn] version = "1.0.82" features = ["extra-traits"]