# 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 = "neophyte" version = "0.3.2" authors = ["Tim Harding"] build = false exclude = [ "/packaging", "/lua", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A WebGPU rendered Neovim GUI" readme = "README.md" keywords = ["neovim"] categories = [ "text-editors", "gui", "development-tools", ] license = "MIT" repository = "https://github.com/tim-harding/neophyte" [profile.ci] lto = "fat" codegen-units = 1 inherits = "release" strip = true [profile.dev] opt-level = 1 [[bin]] name = "neophyte" path = "src/main.rs" [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.flexi_logger] version = "0.29.0" features = ["colors"] default-features = false [dependencies.font-kit] version = "0.14.1" features = ["source"] default-features = false [dependencies.log] version = "0.4.19" [dependencies.neophyte-linalg] version = "0.3.2" [dependencies.neophyte-ui] version = "0.3.2" [dependencies.neophyte-ui-event] version = "0.3.1" [dependencies.packed-char] version = "0.1.0" [dependencies.png] version = "0.17.10" [dependencies.pollster] version = "0.4.0" [dependencies.rmpv] version = "1.0.1" [dependencies.swash] version = "0.1.8" [dependencies.thiserror] version = "2.0.1" [dependencies.wgpu] version = "23.0.0" [dependencies.winit] version = "0.30.0" features = ["rwh_05"]