fitsio 0.10.0

Rust implmentation of astronomy fits file handling
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "fitsio"
version = "0.10.0"
authors = ["Simon Walker <s.r.walker101@googlemail.com>"]
description = "Rust implmentation of astronomy fits file handling"
homepage = "https://github.com/mindriot101/rust-fitsio"
documentation = "https://docs.rs/fitsio"
readme = "README.md"
categories = ["external-ffi-bindings", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/mindriot101/rust-fitsio"
[dependencies.libc]
version = "0.2.11"

[dependencies.fitsio-sys-bindgen]
version = "0.0.2"
optional = true

[dependencies.clippy]
version = "0.0.108"
optional = true

[dependencies.fitsio-sys]
version = "0.3.0"
optional = true
[dev-dependencies.tempdir]
version = "0.3.4"

[features]
default = ["fitsio-sys"]
bindgen = ["fitsio-sys-bindgen"]