deep_causality_uncertain 0.3.13

A First-Order Type for Uncertain Programming for the DeepCausality project.'
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.90.0"
name = "deep_causality_uncertain"
version = "0.3.13"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A First-Order Type for Uncertain Programming for the DeepCausality project.'"
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
os-random = ["deep_causality_rand/os-random"]

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

[[example]]
name = "example_clinical_trial"
path = "examples/clinical_trial/clinical_trial.rs"

[[example]]
name = "example_gps_navigation"
path = "examples/gps/gps_navigation.rs"

[[example]]
name = "example_sensor_processing"
path = "examples/sensor/sensor_processing.rs"

[[bench]]
name = "uncertain_benchmarks"
path = "benches/uncertain_benchmarks.rs"
harness = false

[dependencies.deep_causality_ast]
version = "0.1"

[dependencies.deep_causality_num]
version = "0.3"

[dependencies.deep_causality_rand]
version = "0.1"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.rusty-fork]
version = "0.3"