[package] name = "ratio-markov" description = "Graph analysis utilizing (adjacency) matrix calculations based on flows through a Markov chain." version = "0.3.2" license = "MIT AND BSD-2-Clause" keywords = ["graph", "matrix", "probability", "clustering", "sequencing"] categories = ["algorithms", "mathematics", "science"] homepage = "https://gitlab.com/ratio-case/rust/ratio-markov" repository = "https://gitlab.com/ratio-case/rust/ratio-markov.git" include = ["**/*.rs", "Cargo.toml"] edition = "2021" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra = "^0.31.2"