# 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 = "gen-rs" version = "0.2.3" 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/gen-rs" [dependencies.approx] version = "0.5.1" [dependencies.nalgebra] version = "0.32.2" features = ["serde-serialize"] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.163" features = [ "rc", "derive", ] [dependencies.serde_json] version = "1.0.96" [dependencies.statistical] version = "1.0.0"