[package]
edition = "2021"
name = "extensive-form"
version = "0.1.0"
authors = ["SuperInstance"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extensive-form games with game trees, subgame perfect equilibrium, backward induction, and information sets"
readme = "README.md"
keywords = [
"game-theory",
"extensive-form",
"game-tree",
"backward-induction",
]
categories = [
"mathematics",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SuperInstance/extensive-form"
[lib]
name = "extensive_form"
path = "src/lib.rs"
[dependencies]