# 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 = "graphrs" version = "0.10.2" authors = ["Malcolm van Raalte "] exclude = [ ".vscode/*", "tests/*", ] description = "graphrs is a Rust package for the creation, manipulation and analysis of graphs." homepage = "https://github.com/malcolmvr/graphrs" documentation = "https://docs.rs/graphrs" readme = "README.md" keywords = [ "graph", "network", "directed", "undirected", "multigraph", ] categories = [ "data-structures", "algorithms", "mathematics", "science", ] license = "MIT" repository = "https://github.com/malcolmvr/graphrs" [dependencies.doc-comment] version = "0.3.3" [dependencies.itertools] version = "0.12.1" [dependencies.quick-xml] version = "0.31.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.9.0" [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.statrs] version = "0.16.0" [dependencies.vec_to_array] version = "0.2.1"