# 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 = "chocobrew" version = "0.2.2" authors = ["Artur Helmanau "] description = "text editor for choco" readme = "README.md" keywords = [ "text", "choco", "gui", ] categories = [ "text-editors", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/30bit/choco" [dependencies.choco] version = "=0.2.2" [dependencies.copypasta] version = "0.10.1" [dependencies.eframe] version = "0.25.0" features = [ "persistence", "accesskit", "default_fonts", "wgpu", "wayland", "web_screen_reader", "x11", ] default-features = false [dependencies.env_logger] version = "0.11.1" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" features = ["getrandom"] default-features = false [dependencies.rfd] version = "0.13.0"