# 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.76" name = "egui_json_tree" version = "0.8.0" authors = ["Duncan MacKinnon "] include = [ "src/*.rs", "LICENSE-MIT", "LICENSE-APACHE", "Cargo.toml", ] description = "An interactive JSON tree visualiser for egui, with search and highlight functionality." readme = "README.md" keywords = [ "json", "egui", ] categories = [ "gui", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dmackdev/egui_json_tree" [[example]] name = "demo" path = "examples/demo/src/main.rs" [dependencies.egui] version = "0.29" default-features = false [dependencies.serde_json] version = "1" optional = true [dependencies.simd-json] version = "0.13" optional = true [dev-dependencies.eframe] version = "0.29" [features] default = ["serde_json"] serde_json = ["dep:serde_json"] simd_json = ["dep:simd-json"]