# 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 = "diag" version = "0.8.3" authors = ["Adam Szkoda "] description = "Directed Acyclic Graphs with integer vertices represented as a Strictly Upper Triangular Matrix stored in a bit set" homepage = "https://github.com/adaszko/diag" keywords = ["dag", "graph"] license = "GPL-3.0" repository = "https://github.com/adaszko/diag" resolver = "2" [dependencies.fixedbitset] version = "0.4" [dependencies.quickcheck] version = "1" [dependencies.rand] version = "0.8.4" [dependencies.rand_distr] version = "0.4.3" [dev-dependencies.quickcheck] version = "1"