qrusthy 0.1.0

Rust wrapper for the QHYCCD SDK for QHY Cameras
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autotools"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef941527c41b0fc0dd48511a8154cd5fc7e29200a0ff8b7203c5d777dbc795cf"
dependencies = [
 "cc",
]

[[package]]
name = "cc"
version = "1.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
dependencies = [
 "shlex",
]

[[package]]
name = "fitsio"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d148827a974d52994dc1b9c88dd4be0c8885a7e29ebf6cd335de8c74658b456"
dependencies = [
 "fitsio-sys",
 "libc",
]

[[package]]
name = "fitsio-sys"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180138acfd0c52cb924845d417b31fa27ea2d9f09c863619b5bfa24ab8db7a66"
dependencies = [
 "autotools",
 "pkg-config",
]

[[package]]
name = "libc"
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"

[[package]]
name = "pkg-config"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"

[[package]]
name = "qrusthy"
version = "0.1.0"
dependencies = [
 "fitsio",
]

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"