# 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 = "carpet" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A thread-safe, fully-parallel directed graph" homepage = "https://github.com/DonIsaac/carpet" readme = "README.md" keywords = [ "graph", "rayon", "parallel", "thread-safe", ] categories = [ "data-structures", "concurrency", ] license = "MIT" repository = "https://github.com/DonIsaac/carpet" [package.metadata."docs.rs"] all-features = true [lib] name = "carpet" path = "src/lib.rs" [dependencies.dashmap] version = "6.1.0" features = ["rayon"] [dependencies.nohash-hasher] version = "0.2.0" [dependencies.rayon] version = "1.10.0" optional = true [features] default = ["rayon"] dot = [] rayon = [ "dep:rayon", "dashmap/rayon", ]