# 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 = "2021" rust-version = "1.65" name = "graph" version = "0.3.1" authors = [ "Martin Junghanns ", "Paul Horn ", ] description = "A library of high-performant graph algorithms." readme = "README.md" keywords = [ "graph", "algorithms", "parallel", ] license = "MIT" repository = "https://github.com/neo4j-labs/graph" [dependencies.ahash] version = "0.8.3" [dependencies.atomic_float] version = "0.1.0" [dependencies.clap] version = "4.3" features = ["derive"] optional = true [dependencies.graph_builder] version = "^0.4.0" [dependencies.log] version = "0.4.19" [dependencies.nanorand] version = "0.7.0" [dependencies.num-format] version = "0.4.4" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.174" features = ["derive"] optional = true [dev-dependencies.env_logger] version = "0.9.3" [dev-dependencies.graph_builder] version = "^0.4.0" features = ["gdl"] [dev-dependencies.log] version = "0.4.19" [dev-dependencies.polars] version = "0.25.1" features = ["fmt"] default_features = false