[package] name = "dosio-proc" version = "0.1.0" edition = "2018" license = "MIT" description = "A procedural macro to build the Giant Magellan Telescope dynamic optical simulations inputs/output" repository = "https://github.com/rconan/dosio" documentation = "https://docs.rs/dosio-proc" readme = "README.md" categories = ["science, simulation"] keywords = ["telescope", "astronomy"] [lib] proc-macro = true [dependencies] proc-macro2 = "^1.0" quote = "^1.0" hdf5 = { version = "^0.7", git = "https://github.com/aldanor/hdf5-rust.git" , branch= "master" }