[package] name = "ratio-bus" description = "Ratio bus detection algorithms and heuristics." version = "0.1.0" license = "MIT AND BSD-2-Clause" keywords = ["graph", "matrix", "clustering", "bus", "detection"] categories = ["algorithms", "mathematics", "science"] homepage = "https://gitlab.com/ratio-case/rust/ratio-bus" repository = "https://gitlab.com/ratio-case/rust/ratio-bus.git" include = ["**/*.rs", "Cargo.toml"] edition = "2021" readme = "README.md" [dependencies] nalgebra = "^0.31.1" snafu = "^0.7.2" [dev-dependencies] pretty_assertions = "^1.3.0"