ground-motion-lib 0.1.3

A performant, modular Rust library for computing and analyzing ground motion predictions using GMPE models.
Documentation
[dependencies.csv]
version = "1.3.1"

[dependencies.geo]
version = "0.30.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0.219"

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

[package]
authors = ["Andrey Stepnov <a.stepnov@geophystech.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A performant, modular Rust library for computing and analyzing ground motion predictions using GMPE models."
edition = "2024"
license = "Apache-2.0"
name = "ground-motion-lib"
readme = "README.md"
repository = "https://github.com/geophystech/GroundMotion.rs"
resolver = "2"
version = "0.1.3"

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

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