[package] name = "cnetworks" version = "0.7.0" authors = ["Piotr Machura "] edition = "2018" license = "MIT" repository = "https://git.sr.ht/~piotr-machura/cnetworks" homepage = "https://sr.ht/~piotr-machura/cnetworks" readme = "README.md" keywords = ["complex-network"] categories = ["mathematics", "science"] description = "A set of tools for creating and manipulating complex networks." include = ["src/", "tests/", "benches/"] [dependencies] rand = "0.8" rand_xoshiro = "0.6" rand_seeder = "0.2" indexmap = "1.7" rustc-hash = "1.1" nalgebra = "0.29" rayon = "1.5" [dev-dependencies] criterion = { version = "0.3", features = ["html_reports"] } [[bench]] name = "constructors" harness = false [[bench]] name = "bfs" harness = false [[bench]] name = "locate" harness = false [[bench]] name = "collections" harness = false