gsem 0.1.3

Genomic Structural Equation Modeling from GWAS summary statistics
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 = "gsem"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Genomic Structural Equation Modeling from GWAS summary statistics"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/PoHsuanLai/gsem"
resolver = "2"

[features]
plot = ["plotters"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.faer]
version = "0.24"

[dependencies.flate2]
version = "1.1"

[dependencies.gsem-ldsc]
version = "0.1.3"

[dependencies.gsem-matrix]
version = "0.1.3"

[dependencies.gsem-sem]
version = "0.1.3"

[dependencies.log]
version = "0.4"

[dependencies.plotters]
version = "0.3"
features = [
    "svg_backend",
    "line_series",
    "area_series",
]
optional = true
default-features = false

[dependencies.rand]
version = "0.10"

[dependencies.rand_distr]
version = "0.6"

[dependencies.rayon]
version = "1.10"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.statrs]
version = "0.18"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.tempfile]
version = "3"