# 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 = "casperfpga_derive" version = "0.2.0" description = "Procedural macros for the casperfpga rust library" homepage = "https://github.com/kiranshila/casperfpga_rs" readme = "README.md" keywords = [ "astronomy", "fpga", ] categories = ["hardware-support"] license = "Apache-2.0 OR MIT" repository = "https://github.com/kiranshila/casperfpga_rs" [lib] proc_macro = true [dependencies.casper_utils] version = "0.2.0" [dependencies.kstring] version = "2" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ]