[package] name = "vom_rs" version = "0.5.2" authors = ["nik "] edition = "2021" license = "MIT" description = "A library for Probabilistic Finite Automata." readme = "README.md" repository = "https://gitlab.com/ellipsenpark/vom.rs/" categories = ["mathematics"] keywords = ["probability", "markov", "chain", "pfa"] #[lib] #crate-type = ["rlib", "cdylib"] [dependencies] rand = "0.8.5" num = "0.4" decorum = "0.3.1"