# 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 = "graphrox" version = "1.2.0" authors = ["Tanner Davies"] description = "A graph library for graph compression and fast processing of graph approximations" documentation = "https://docs.rs/graphrox/latest/graphrox" readme = "Readme.md" keywords = [ "graph", "machine-learning", "approximation", ] categories = [ "data-structures", "science", ] license = "MIT" repository = "https://github.com/ted-tanner/graphrox-rs" resolver = "1" [lib] name = "graphrox" crate-type = ["rlib"]