simtrial 0.1.1

Clinical trial simulation
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"
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"