# 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" name = "crseo-sys" version = "1.2.0" authors = ["Rod Conan "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Cuda Engined Optics Rust Interface" documentation = "https://docs.rs/crseo-sys" readme = "README.md" keywords = [ "telescope", "astronomy", ] categories = [ "external-ffi-bindings", "science", "simulation", ] license = "MIT" repository = "https://github.com/rconan/crseo" [lib] name = "crseo_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cmake] version = "0.1.50" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(bindings)", "cfg(docs_rs)", ]