refeff 0.4.0

Typed library facade for the pure-Rust FEFF10 port
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 = "2024"
rust-version = "1.95"
name = "refeff"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed library facade for the pure-Rust FEFF10 port"
homepage = "https://github.com/Ameyanagi/refeff"
readme = "README.md"
keywords = [
    "xafs",
    "exafs",
    "xanes",
    "feff",
    "spectroscopy",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ameyanagi/refeff"

[features]
default = ["full"]
exafs = ["refeff-engine/exafs"]
full = ["refeff-engine/full"]
serde = ["dep:serde"]
sfconv = ["refeff-engine/sfconv"]

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

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "spectrum"
path = "examples/spectrum.rs"

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

[dependencies.refeff-core]
version = "0.3.0"

[dependencies.refeff-engine]
version = "0.3.0"
default-features = false

[dependencies.refeff-io]
version = "0.3.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0.12"

[lints.clippy]
expect_used = "warn"
panic = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.rust]
unsafe_code = "deny"