rustmc_core 0.6.0

High-performance probabilistic inference engine
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 = "rustmc_core"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance probabilistic inference engine"
documentation = "https://github.com/tbosier/rustmc#readme"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tbosier/rustmc"

[lib]
name = "rustmc_core"
path = "src/lib.rs"

[dependencies.faer]
version = "0.19"
features = ["rayon"]

[dependencies.ndarray]
version = "0.16"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
version = "1"