modppl 0.3.1

a experimental library for probabilistic programming in Rust.
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 = "modppl"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a experimental library for probabilistic programming in Rust."
readme = "README.md"
keywords = [
    "statistics",
    "ppl",
    "mcmc",
    "importance-sampling",
    "particle-filtering",
]
categories = [
    "science",
    "simulation",
]
license = "MIT"
repository = "https://github.com/agarret7/modppl"

[features]
default = ["f64"]
f32 = []
f64 = []

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

[[example]]
name = "render_trace"
path = "examples/render_trace.rs"

[[test]]
name = "dists"
path = "tests/dists.rs"

[[test]]
name = "dyngenfn"
path = "tests/dyngenfn.rs"

[[test]]
name = "importance"
path = "tests/importance.rs"

[[test]]
name = "mh"
path = "tests/mh.rs"

[[test]]
name = "particle_filter"
path = "tests/particle_filter.rs"

[[test]]
name = "smc"
path = "tests/smc.rs"

[[test]]
name = "test_pointed"
path = "tests/test_pointed.rs"

[[test]]
name = "trie"
path = "tests/trie.rs"

[dependencies.approx]
version = "0.5.1"

[dependencies.compute]
version = "0.2.3"

[dependencies.modppl-macros]
version = "0.1.0"

[dependencies.nalgebra]
version = "0.32.2"
features = ["serde-serialize"]

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.regex]
version = "1.9.1"

[dependencies.serde]
version = "1.0.163"
features = [
    "rc",
    "derive",
]

[dependencies.serde_derive]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.96"