# 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" name = "dachshund" version = "0.1.10" authors = [ "Alex Peysakhovich ", "Bogdan State ", "Julian Mestre ", "Matthew Menard ", "Michael Chen ", "Pär Winzell ", ] description = "Dachshund is a graph mining library written in Rust. It provides high performance data structures for multiple kinds of graphs, from simple undirected graphs to typed hypergraphs. Dachshund also provides algorithms for common tasks for graph mining and analysis, ranging from shortest paths to graph spectral analysis." readme = "README.md" keywords = [ "graph", "network", ] license = "MIT" repository = "https://github.com/facebookresearch/dachshund" [lib] name = "lib_dachshund" path = "src/lib.rs" [[bin]] name = "clique_miner" path = "src/clique_miner.rs" [[bin]] name = "simple_graph_featurizer" path = "src/simple_graph_featurizer.rs" [[bin]] name = "core_miner" path = "src/core_miner.rs" [[bin]] name = "connected_component_extractor" path = "src/connected_component_extractor.rs" [dependencies.clap] version = "^2.33" [dependencies.crossbeam] version = "0.8.2" [dependencies.fxhash] version = "0.2.1" [dependencies.itertools] version = "0.10.5" [dependencies.nalgebra] version = "0.31.4" [dependencies.ordered-float] version = "3.4.0" [dependencies.priority-queue] version = "1.1.0" [dependencies.rand] version = "^0.8" [dependencies.rayon] version = "1.3.1" [dependencies.roaring] version = "0.10.1" [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0" [features] cargo-fmt = [] rustfmt = []