[dependencies.itertools]
version = "0.14.0"
[dependencies.ndarray]
version = "0.17.1"
[dependencies.pyo3]
features = ["extension-module"]
version = "0.27.2"
[dependencies.rayon]
version = "1.11.0"
[dependencies.statrs]
version = "0.18.0"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dev-dependencies.serde_json]
version = "1.0.148"
[lib]
crate-type = ["cdylib", "rlib"]
name = "survival"
path = "src/lib.rs"
[package]
authors = ["Cameron Lyons <cameron.lyons2@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "A high-performance survival analysis library written in Rust with Python bindings"
edition = "2024"
keywords = ["survival-analysis", "statistics", "biostatistics", "cox-regression"]
license = "MIT"
name = "survival"
readme = "README.md"
repository = "https://github.com/Cameron-Lyons/survival-rs"
rust-version = "1.92"
version = "1.0.13"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"
strip = true
[target."cfg(not(windows))".dependencies.ndarray-linalg]
features = ["openblas-system"]
version = "0.18.0"
[target."cfg(windows)".dependencies.ndarray-linalg]
features = ["intel-mkl-static"]
version = "0.18.0"