# 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-proc" version = "0.1.0" description = "A procedural macro to build the Giant Magellan Telescope dynamic optical simulations inputs/output" documentation = "https://docs.rs/dosio-proc" readme = "README.md" keywords = ["telescope", "astronomy"] categories = ["science, simulation"] license = "MIT" repository = "https://github.com/rconan/dosio" [lib] proc-macro = true [dependencies.hdf5] version = "^0.7" [dependencies.proc-macro2] version = "^1.0" [dependencies.quote] version = "^1.0"