[package] name = "porco" version = "0.1.4" authors = [""] edition = "2018" description = "Composable probability distributions" documentation = "https://docs.rs/porco" readme = "README.md" homepage = "https://github.com/mingyli/porco" repository = "https://github.com/mingyli/porco" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] assoc = "0.1.2" itertools = "0.10"