# 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 = "meow-editor" version = "1.3.3" build = "build.rs" exclude = [ "languages", "meow/.DS_Store", ] include = [ "languages.tar.zst", "languages.toml", "meow/*", "themes/*", "build.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "the meow text editor" readme = "README.md" license = "MIT" repository = "https://themackabu.dev/project/meow-editor" [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bin]] name = "meow" path = "meow/entry.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.const_format] version = "0.2.33" [dependencies.crossterm] version = "0.27.0" [dependencies.home] version = "0.5.9" [dependencies.panic] version = "0.3.1" [dependencies.ropey] version = "1.6.1" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-live] version = "0.0.3" optional = true [dependencies.tracing-subscriber] version = "0.3.18" optional = true [dependencies.tree-sitter] version = "0.23.0" [dependencies.tree-sitter-highlight] version = "0.23.0" [dependencies.tree-sitter-language] version = "0.1.0" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.unicode-width] version = "0.1.13" [build-dependencies.anyhow] version = "1" [build-dependencies.cc] version = "1" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.tar] version = "0.4" [build-dependencies.toml] version = "0.8" [build-dependencies.zstd] version = "0.1" [features] debugger = [ "dep:tracing-live", "dep:tracing", "dep:tracing-subscriber", ] [target.'cfg(any(target_os = "windows", target_os = "macos", target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies.arboard] version = "3.4.1" features = ["wayland-data-control"]