# 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.65" name = "egui-gdl" version = "0.1.0" exclude = [".github/*"] description = "Draw graphs with egui." readme = "README.md" keywords = [ "egui", "graph", "petgraph", ] categories = [ "gui", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/silicom-hub/egui-gdl" [dependencies.eframe] version = "0.28" features = [ "default_fonts", "glow", "persistence", ] default-features = false [dependencies.egui] version = "0.28" [dependencies.layout-rs] version = "0.1" [dependencies.petgraph] version = "0.6" features = ["serde-1"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tracing] version = "0.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.instant] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.instant] version = "0.1" features = [ "wasm-bindgen", "inaccurate", ]