# 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 = "gdsl" version = "0.2.1" authors = ["Julius Koskela "] description = """ GDSL is a graph data-structure library including graph containers, connected node strutures and efficient algorithms on those structures. Nodes are independent of a graph container and can be used as connected smart pointers. """ readme = "README.md" keywords = [ "data-structures", "graphs", "algorithms", "containers", "graph-theory", ] categories = [ "data-structures", "algorithms", "mathematics", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/juliuskoskela/gdsl" [profile.release] debug = 2 [[bench]] name = "graph_benchmark" harness = false [dependencies.ahash] version = "0.8.0" [dependencies.serde] version = "1.0.144" [dependencies.thiserror] version = "1.0.43" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.once_cell] version = "1.8.0" [dev-dependencies.petgraph] version = "0.6.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.5.3" [dev-dependencies.serde_cbor] version = "0.11.2" [dev-dependencies.serde_json] version = "1.0.85"