shapley 0.1.1

A fast shapley score calculator
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 = "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"