ferric 0.1.4

A Probablistic Programming Language with a declarative syntax for random variables.
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 = "2024"
rust-version = "1.95"
name = "ferric"
version = "0.1.4"
authors = ["Nimar Arora <nimar.arora@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Probablistic Programming Language with a declarative syntax for random variables."
homepage = "https://github.com/Ferric-AI/ferric"
readme = "README.md"
keywords = [
    "probabilistic",
    "programming",
    "generative",
    "bayesian",
    "mcmc",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ferric-AI/ferric"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ferric-macros]
version = "0.1.4"

[dependencies.libm]
version = "0.2"

[dependencies.nalgebra]
version = "0.33"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dev-dependencies.nalgebra]
version = "0.33"

[dev-dependencies.trybuild]
version = "1.0"