fa2 0.2.0

Rust implementation of the Force Atlas 2 graph layout algorithm.
Documentation
# 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"
rust-version = "1.83.0"
name = "fa2"
version = "0.2.0"
authors = ["Guillaume Plique <guillaume.plique@sciencespo.fr>"]
build = false
include = [
    "./Cargo.toml",
    "./README.md",
    "./LICENSE.txt",
    "examples/**/*.rs",
    "src/**/*.rs",
    "tests/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the Force Atlas 2 graph layout algorithm."
homepage = "https://github.com/graphology/rust-fa2"
documentation = "https://github.com/graphology/rust-fa2#readme"
readme = "README.md"
keywords = [
    "graph",
    "layout",
    "forceatlas",
]
license = "MIT"
repository = "https://github.com/graphology/rust-fa2"

[profile.release-debug]
lto = false
codegen-units = 16
debug = 2
inherits = "release"
strip = false

[lib]
name = "fa2"
path = "src/lib.rs"
test = true
doctest = false

[[example]]
name = "run"
path = "examples/run.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rayon]
version = "1.12.0"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.btoi]
version = "0.5.0"

[dev-dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dev-dependencies.fast-float2]
version = "0.2.3"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.simd-csv]
version = "0.10.2"