# 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 = "code-graph" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An egui app that can display code graphics and find all references" homepage = "https://github.com/feint123" readme = "README.md" keywords = [ "egui", "ast", "coding", ] categories = [ "gui", "command-line-utilities", ] license = "MIT" repository = "https://github.com/feint123/code-graph" [lib] name = "code_graph" path = "src/lib.rs" [[bin]] name = "code-graph" path = "src/main.rs" [dependencies.eframe] version = "0.28.1" features = ["persistence"] [dependencies.egui] version = "0.28.1" [dependencies.egui_extras] version = "0.28.1" [dependencies.font-kit] version = "0.14.2" [dependencies.lazy_static] version = "1.5.0" [dependencies.rfd] version = "0.14.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tree-sitter] version = "0.22.6" [dependencies.tree-sitter-c] version = "0.21.4" [dependencies.tree-sitter-java] version = "0.21.0" [dependencies.tree-sitter-javascript] version = "0.21.4" [dependencies.tree-sitter-rust] version = "0.21.2" [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]