# 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 = "2021" name = "seismic-response" version = "0.4.0" authors = ["azishio"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Seismic response analysis of a single particle system is performed using Newmark's beta method." homepage = "https://crates.io/crates/seismic-response" documentation = "https://docs.rs/seismic-response" readme = "README.md" keywords = [ "seismic", "analysis", "newmark", "beta", ] categories = [ "mathematics", "science", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azishio/seismic-response-rs" [lib] name = "seismic_response" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[bench]] name = "response1" path = "benches/response1.rs" harness = false [dependencies.js-sys] version = "0.3.69" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.tsify] version = "0.4.5" [dependencies.typed-builder] version = "0.20.0" [dependencies.wasm-bindgen] version = "0.2.92" [dev-dependencies.close-to] version = "0.2.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.csv] version = "1.3.0"