# 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 = "2018" name = "page_rank" version = "0.2.0" authors = ["Arlo Filley "] exclude = [ ".vscode/", ".DS_STORE", ] description = "A graph and pagerank algorithm implementation in Rust" readme = "ReadMe.md" keywords = ["page_rank"] license = "MIT" repository = "https://git.arlofilley.com/Arlo/PageRank" [lib] name = "page_rank" path = "src/lib/lib.rs" [[bin]] name = "page_ranker" path = "src/bin/main.rs" [dependencies]