# 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 = "dosio-macros" version = "0.1.5" description = "A procedural macro to build the Giant Magellan Telescope dynamic optical simulations inputs/outputs" documentation = "https://docs.rs/dosio-macros" readme = "README.md" keywords = ["telescope", "astronomy"] categories = ["science", "simulation"] license = "MIT" repository = "https://github.com/rconan/dosio" [package.metadata.docs.rs] features = ["prqt"] [lib] proc-macro = true [dependencies.arrow] version = "6.5.0" optional = true [dependencies.hdf5] version = "^0.8" optional = true [dependencies.parquet] version = "6.5.0" optional = true [dependencies.proc-macro2] version = "^1.0" [dependencies.quote] version = "^1.0" [dependencies.thiserror] version = "1.0.30" optional = true [dependencies.zip] version = "0.5.13" optional = true [features] prqt = ["arrow", "parquet", "thiserror", "zip"]