# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cnetworks" version = "0.7.0" authors = ["Piotr Machura "] include = ["src/", "tests/", "benches/"] description = "A set of tools for creating and manipulating complex networks." homepage = "https://sr.ht/~piotr-machura/cnetworks" readme = "README.md" keywords = ["complex-network"] categories = ["mathematics", "science"] license = "MIT" repository = "https://git.sr.ht/~piotr-machura/cnetworks" [[bench]] name = "constructors" harness = false [[bench]] name = "bfs" harness = false [[bench]] name = "locate" harness = false [[bench]] name = "collections" harness = false [dependencies.indexmap] version = "1.7" [dependencies.nalgebra] version = "0.29" [dependencies.rand] version = "0.8" [dependencies.rand_seeder] version = "0.2" [dependencies.rand_xoshiro] version = "0.6" [dependencies.rayon] version = "1.5" [dependencies.rustc-hash] version = "1.1" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]