# 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 = "fitsio-derive" version = "0.2.1" authors = ["Simon Walker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Custom derive macros for the fitsio crate" homepage = "https://github.com/simonrw/rust-fitsio" documentation = "https://docs.rs/fitsio-derive" readme = "README.md" categories = [ "external-ffi-bindings", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/simonrw/rust-fitsio" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "fitsio_derive" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0.0" [dependencies.syn] version = "1.0.0" features = ["extra-traits"]