[package] name = "neumann" version = "0.1.0" authors = ["Raimundo Saona "] edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rasa200/neumann" documentation = "https://docs.rs/neumann" homepage = "https://crates.io/crates/neumann" description = """ Game Theory algorithms in Rust. """ keywords = ["math", "mathematics"] categories = ["algorithms", "science", "mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] minilp = "0.2.2" ndarray = "0.13.1" itertools = "0.9.0" fasteval = "0.2.4" num-rational = "0.3.0" polynomials = "0.2.4" [dev-dependencies] test-case = "1.0.0" approx = "0.3.2" preexplorer = "0.3.2"