# 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 = "forceatlas2" version = "0.7.0" authors = ["tuxmain "] description = "fast force-directed generic n-dimension graph layout" documentation = "https://docs.rs/forceatlas2" readme = "README.md" keywords = [ "graph", "force", "spatialization", ] categories = ["visualization"] license = "AGPL-3.0-only" repository = "https://framagit.org/ZettaScript/forceatlas2-rs" [profile.release] lto = "fat" debug = 2 [dependencies.bumpalo] version = "3.4" features = ["boxed"] [dependencies.num-traits] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" optional = true [dependencies.rayon] version = "1.8" [features] default = ["rand"]