# 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 = "grapher" version = "0.2.2" authors = ["Alexander Neuhäuser "] build = false exclude = [ "tools/*", ".vscode/*", "example_images/*", ".github/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simulate and visualize a force directed graph" readme = "README.md" keywords = [ "graph", "graphics", "simulation", "force-directed-graph", ] license-file = "LICENSE" repository = "https://github.com/iceHtwoO/RustGrapher" [profile.release] debug = 2 [lib] name = "grapher" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "headless" path = "examples/headless.rs" [[example]] name = "wikipedia" path = "examples/wikipedia.rs" [[bench]] name = "physics_bench" path = "benches/physics_bench.rs" harness = false [dependencies.glam] version = "0.29.0" [dependencies.glium] version = "0.33" [dependencies.petgraph] version = "0.6.5" [dependencies.rand] version = "0.8.5" [dependencies.winit] version = "0.28.7" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.petgraph-gen] version = "0.1.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [target.x86_64-unknown-linux-gnu] [lints.clippy] derivable_impls = "allow" new_without_default = "allow"