astroapers 0.1.2

Rust-backed aperture overlap and summation utilities
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 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 = "astroapers"
version = "0.1.2"
build = false
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE",
    "/README.md",
    "/src/**/*.rs",
    "/tests/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-backed aperture overlap and summation utilities"
homepage = "https://ysbach.github.io/astroapers/"
documentation = "https://docs.rs/astroapers"
readme = "README.md"
keywords = [
    "astronomy",
    "aperture",
    "photometry",
    "numpy",
    "pyo3",
]
categories = [
    "science",
    "algorithms",
]
license = "BSD-3-Clause"
repository = "https://github.com/ysbach/astroapers"

[features]
default = []
extension-module = [
    "python",
    "pyo3/extension-module",
]
python = [
    "dep:pyo3",
    "dep:numpy",
]

[lib]
name = "astroapers"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "rust_api"
path = "tests/rust_api.rs"

[dependencies.numpy]
version = "0.28"
optional = true

[dependencies.pyo3]
version = "0.28"
optional = true

[dependencies.rayon]
version = "1.10"

[profile.release]
lto = "thin"
codegen-units = 1