feff10 0.1.5

Rust wrapper for FEFF10 X-ray absorption spectroscopy calculations
# 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 = "2024"
name = "feff10"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper for FEFF10 X-ray absorption spectroscopy calculations"
homepage = "https://github.com/Ameyanagi/feff10-rs"
readme = "README.md"
keywords = [
    "feff",
    "xas",
    "exafs",
    "xanes",
    "spectroscopy",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ameyanagi/feff10-rs"

[features]
prebuilt = ["feff10-sys/prebuilt"]

[lib]
name = "feff10"
path = "src/lib.rs"

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

[dependencies.feff10-sys]
version = "0.1.5"

[dependencies.tempfile]
version = "3"

[dependencies.which]
version = "7"

[target."cfg(unix)".dependencies.libc]
version = "0.2"