[package]
edition = "2021"
name = "shapley"
version = "0.1.1"
authors = ["Mathew Shen <datahonor@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast shapley score calculator"
documentation = "https://docs.rs/crate/shapley"
readme = "README.md"
keywords = [
"GameTheory",
"Shapley",
]
license = "MIT"
repository = "https://github.com/shenxiangzhuang/shapley"
[lib]
name = "shapley"
crate-type = [
"cdylib",
"rlib",
]
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.rayon]
version = "1.10.0"
[dependencies.statrs]
version = "0.18.0"
[dev-dependencies.maplit]
version = "1.0.2"