# 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 = "fem-macros" version = "1.0.2" authors = ["Rod Conan "] description = "Procedural macros to build the Giant Magellan Telescope FEM inputs/outputs" documentation = "https://docs.rs/fem-macros" readme = "README.md" keywords = [ "telescope", "astronomy", ] categories = [ "science", "simulation", ] license = "MIT" repository = "https://github.com/rconan/fem" resolver = "2" [lib] proc-macro = true [dependencies.arrow] version = "30.0" [dependencies.bytes] version = "1.3.0" [dependencies.parquet] version = "30.0" [dependencies.proc-macro2] version = "1.0.28" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.85" [dependencies.thiserror] version = "1.0.30" [dependencies.zip] version = "0.5.13"