[package]
edition = "2024"
rust-version = "1.85"
name = "gsdesign"
version = "0.1.1"
authors = ["Nan Xiao <me@nanx.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Group sequential design"
documentation = "https://docs.rs/gsdesign"
readme = "README.md"
keywords = [
"statistics",
"adaptive-design",
"clinical-trials",
]
categories = [
"science",
"mathematics",
]
license = "MIT"
repository = "https://github.com/nanxstats/gsdesign-rs"
[lib]
name = "gsdesign"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "integration-fixture"
path = "tests/integration-fixture.rs"
[dependencies]