solow-duration 0.7.3

Rust survival and duration analysis: Kaplan-Meier estimator, Nelson-Aalen cumulative hazard, Cox proportional hazards, log-rank test, survival function estimator.
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 = "2021"
rust-version = "1.80"
name = "solow-duration"
version = "0.7.3"
authors = ["Murat Ova"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust survival and duration analysis: Kaplan-Meier estimator, Nelson-Aalen cumulative hazard, Cox proportional hazards, log-rank test, survival function estimator."
readme = "README.md"
keywords = [
    "survival",
    "kaplan-meier",
    "cox",
    "solow",
]
categories = [
    "science",
    "mathematics",
]
license = "BSD-3-Clause"
repository = "https://github.com/benovamurat/solow"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

[dependencies.ndarray]
version = "0.16"

[dependencies.num-traits]
version = "0.2"

[dependencies.solow-core]
version = "0.7.3"

[dependencies.solow-distributions]
version = "0.7.3"

[dependencies.solow-linalg]
version = "0.7.3"

[dependencies.solow-optimize]
version = "0.7.3"

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

[dev-dependencies.serde_json]
version = "1"