# 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 = "pregel-rs" version = "0.0.13" authors = ["Ángel Iglesias Préstamo "] description = "A Graph library written in Rust for implementing your own algorithms in a Pregel fashion" documentation = "https://docs.rs/crate/pregel-rs/latest" readme = "README.md" keywords = [ "pregel", "graph", "pagerank", "polars", "algorithms", ] categories = [ "algorithms", "database", "mathematics", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/angelip2303/pregel-rs" [dependencies.polars] version = "0.30.0" features = [ "lazy", "streaming", "parquet", "performant", "chunked_ids", ]