[dependencies]
[lib]
name = "force_smith"
path = "src/lib.rs"
[package]
authors = ["CodeByPhx CodeByPhx@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "visualization", "algorithms"]
description = "Force Smith is a toolkit that makes it easy to implement and develop new force-directed layout algorithms with built-in debugging and visualization capabilities."
edition = "2024"
exclude = ["/target", "/.gitignore", "/.github", "/.idea", "tests/*"]
keywords = ["graph", "layout", "visualization", "force-directed", "algorithm"]
license = "MIT"
name = "force_smith"
readme = "README.md"
repository = "https://github.com/CodeByPhx/force_smith"
version = "0.1.0"