[package]
edition = "2024"
rust-version = "1.85"
name = "simtrial"
version = "0.1.1"
authors = ["Nan Xiao <me@nanx.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Clinical trial simulation"
documentation = "https://docs.rs/simtrial"
readme = "README.md"
keywords = [
"statistics",
"clinical-trials",
"time-to-event",
]
categories = [
"science",
"mathematics",
"simulation",
]
license = "MIT"
repository = "https://github.com/nanxstats/simtrial-rs"
[lib]
name = "simtrial"
path = "src/lib.rs"
[[test]]
name = "piecewise-exponential"
path = "tests/piecewise-exponential.rs"
[[test]]
name = "piecewise-exponential-fixture"
path = "tests/piecewise-exponential-fixture.rs"
[dependencies.rand]
version = "0.9.2"