ppsd-rs 0.1.2

Seismic PPSD (Probabilistic Power Spectral Density) computation matching ObsPy output
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"
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"