# 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 = "reCTBN" version = "0.1.0" description = "A Continuous Time Bayesian Networks Library written in Rust" homepage = "https://github.com/AlessandroBregoli/reCTBN" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AlessandroBregoli/reCTBN" [dependencies.bimap] version = "~0.6" [dependencies.enum_dispatch] version = "~0.3" [dependencies.itertools] version = "~0.10" [dependencies.log] version = "~0.4" [dependencies.ndarray] version = "~0.15" features = ["approx-0_5"] [dependencies.rand] version = "~0.8" [dependencies.rand_chacha] version = "~0.3" [dependencies.rayon] version = "~1.6" [dependencies.statrs] version = "~0.16" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.approx] version = "~0.5" package = "approx"