[package]
edition = "2024"
name = "ppsd-rs"
version = "0.1.2"
build = false
exclude = [
"pyscripts/",
"CLAUDE.md",
"PROMPT.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seismic PPSD (Probabilistic Power Spectral Density) computation matching ObsPy output"
readme = "README.md"
keywords = [
"seismic",
"psd",
"ppsd",
"obspy",
"fdsn",
]
categories = [
"science",
"mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/luhtfiimanal/ppsd-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "ppsd_rs"
path = "src/lib.rs"
[[test]]
name = "api_smoke"
path = "tests/api_smoke.rs"
[dependencies.num-complex]
version = "0.4"
[dependencies.realfft]
version = "3"
[dependencies.stationxml-rs]
version = "0.2"
[dependencies.thiserror]
version = "2"
[dev-dependencies.serde_json]
version = "1"