# 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 = "mktree" version = "0.6.1" authors = ["Mushogenshin "] include = [ "**/*.rs", "Cargo.toml", ] description = "An egui tree to display entities of tree structure, e.g. CG assets, staffs, etc." documentation = "https://docs.rs/mktree/latest/mktree/" readme = "README.md" keywords = [ "tech-art", "asset-tree", "egui", ] categories = [ "filesystem", "multimedia", ] license = "MIT OR Apache-2.0" [lib] [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.egui] version = "0.21.0" [dependencies.log] version = "0.4.17" [dependencies.mkentity] version = "0.1.0" [features] mongo = ["mkentity/mongo"] postgres = ["mkentity/postgres"] zou = ["mkentity/zou"]