[package] name = "r-gen" version = "0.0.2" authors = ["Sean Moore <49214378+Hobbs1024@users.noreply.github.com>"] edition = "2018" license = "MIT" description = "A probabilistic programming framework." repository = "https://github.com/Buyancy/r-gen" readme = "README.md" keywords = ["generative", "probaiblity", "statistics", "modeling"] categories = ["mathematics", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = false [dependencies] probability = "0.17.0" rand = {version = "0.6", features = ["std"]} r-gen-macro = { version = "^0", path = "r-gen-macro" } statrs = "0.13.0"