# 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 = "2021" rust-version = "1.68.0" name = "cameraunit_asi" version = "4.1.0" authors = ["Sunip K. Mukherjee"] build = "build.rs" exclude = [".github"] description = """ An efficient and ergonomic interface to capture images using cameras. """ homepage = "https://crates.io/crates/cameraunit_asi" readme = "README.MD" keywords = [ "cameraunit", "interface", "api", "zwo", "asi", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sunipkm/cameraunit" [[bin]] name = "asicamera_capture" path = "src/main.rs" test = true bench = false [dependencies.cameraunit] version = "5.1" [dependencies.chrono] version = "0.4" [dependencies.configparser] version = "3.0" [dependencies.ctrlc] version = "3.4" [dependencies.fitsio] version = "0.21" [dependencies.image] version = "0.25" [dependencies.log] version = "0.4" [build-dependencies.bindgen] version = "0.68.1" [build-dependencies.cc] version = "1.0.83"