# 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 = "egui_clickpack_db" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ClickpackDB integration for egui (public Geometry Dash clickpack archive)" homepage = "https://github.com/zeozeozeo/egui_clickpack_db" documentation = "https://docs.rs/egui_clickpack_db" readme = "README.md" keywords = [ "egui", "clickpackdb", "geometrydash", "archive", "ui", ] categories = ["gui"] license = "GLWTPL OR Unlicense OR Apache-2.0 OR MIT" repository = "https://github.com/zeozeozeo/egui_clickpack_db" [lib] name = "egui_clickpack_db" path = "src/lib.rs" [dependencies.egui] version = "0.29.1" [dependencies.egui_extras] version = "0.29.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.humansize] version = "2.1.3" [dependencies.indexmap] version = "2.6.0" features = ["serde"] [dependencies.log] version = "0.4.22" [dependencies.open] version = "5.3.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.zip-extract] version = "0.2.1" features = ["deflate"] default-features = false [features] default = [] live = []