# 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 = "grafferous" version = "0.1.1" authors = ["Jackson Henry"] description = "A rusty graph library with a focus on generic data in nodes" homepage = "https://github.com/jacksonhenry3/Grafferous" documentation = "https://docs.rs/grafferous" readme = "README.md" keywords = [ "graph", "nodes", "edges", "graphs", "networks", ] categories = [ "data-structures", "algorithms", "graphs", "networks", ] license = "MIT" repository = "https://github.com/jacksonhenry3/Grafferous" [[bench]] name = "benchmarks" harness = false [dependencies.fnv] version = "1.0.7" [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.5.1"