# 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 = "fdg-sim" version = "0.9.1" authors = ["Grant Handy "] description = "A flexible force-directed graph framework" documentation = "https://docs.rs/fdg_sim/" readme = "README.md" keywords = [ "graph", "force", "directed", "viz", ] categories = ["visualization"] license = "MIT" repository = "https://github.com/grantshandy/fdg/tree/main/fdg-sim" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "gml" required-features = [ "gml", "json", ] [[example]] name = "json" required-features = ["json"] [[example]] name = "dot" required-features = ["json"] [dependencies.glam] version = "0.21" [dependencies.hashlink] version = "0.8" [dependencies.petgraph] version = "0.6" [dependencies.quad-rand] version = "0.2" [dependencies.regex] version = "1.5" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [features] gml = ["regex"] json = [ "serde/derive", "glam/serde", "petgraph/serde-1", "serde_json", ]