# 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 = "astronomy-engine-bindings" version = "2.1.19" build = "build.rs" include = [ "/src/", "/build.rs", "/astronomy/source/c", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for [astronomy-engine](https://github.com/cosinekitty/astronomy) using [bindgen](https://github.com/rust-lang/rust-bindgen)." homepage = "https://github.com/maxb2/astronomy-engine-rs" readme = "README.md" license = "MIT" repository = "https://github.com/maxb2/astronomy-engine-rs" [lib] name = "astronomy_engine_bindings" path = "src/lib.rs" [[bin]] name = "astronomy-engine-bindings" path = "src/main.rs" [dependencies.libc] version = "0.2.161" [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.cc] version = "1.1.31"