# 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_builder" version = "0.4.0" authors = [ "Martin Junghanns ", "Paul Horn ", ] description = "A building block for high-performant graph algorithms." readme = "README.md" keywords = [ "graph", "builder", "csr", "algorithms", ] license = "MIT" repository = "https://github.com/neo4j-labs/graph" [package.metadata.docs.rs] features = [ "gdl", "dotgraph", ] [[bench]] name = "edgelist" harness = false [[bench]] name = "topology" harness = false [[bench]] name = "dotgraph" harness = false [dependencies.atoi] version = "2.0.0" [dependencies.atomic] version = "0.5.3" [dependencies.byte-slice-cast] version = "1.2.2" [dependencies.dashmap] version = "5.5.0" [dependencies.delegate] version = "0.8.0" [dependencies.fast-float] version = "0.2.0" [dependencies.fxhash] version = "0.2.1" [dependencies.gdl] version = "0.2.7" optional = true [dependencies.linereader] version = "0.4.0" [dependencies.log] version = "0.4.19" [dependencies.memmap2] version = "0.5.10" [dependencies.num] version = "0.4.1" [dependencies.num-format] version = "0.4.4" [dependencies.num_cpus] version = "1.16.0" [dependencies.page_size] version = "0.4.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.rayon] version = "1.7.0" [dependencies.thiserror] version = "1.0.44" [dev-dependencies.async-compression] version = "0.3.15" features = [ "tokio", "stream", "zstd", ] [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.directories] version = "4.0" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.11" features = ["stream"] [dev-dependencies.tap] version = "1.0.1" [dev-dependencies.tempfile] version = "3.7.0" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] default-features = true [dev-dependencies.tokio-tar] version = "0.3.1" [dev-dependencies.tokio-util] version = "0.7.8" features = ["io"] [features] dotgraph = [] force_fallback_impl = []