# 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" rust-version = "1.76" name = "idiom" version = "0.4.4" authors = ["Daniel Nikolaev "] build = false include = [ "src/**/*", "Cargo.toml", "LICENCE", "README.MD", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple low config editor supporting LSP and syntax highlighting." readme = "README.md" keywords = [ "terminal", "edit", "lsp", "text", ] categories = [ "development-tools", "text-editors", ] license = "MIT" repository = "https://github.com/Dah-phd/idiom" [profile.dev] debug = 2 [[bin]] name = "idiom" path = "src/main.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.copypasta] version = "0.10.1" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.ignore] version = "0.4.23" [dependencies.logos] version = "0.14.2" [dependencies.lsp-types] version = "0.97.0" [dependencies.notify] version = "7.0.0" features = ["macos_kqueue"] default-features = false [dependencies.portable-pty] version = "0.8.1" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.41.0" features = [ "rt", "macros", "rt-multi-thread", "process", "io-util", ] [dependencies.tokio-stream] version = "0.1.16" [dependencies.tokio-util] version = "0.7.12" features = [ "codec", "io", ] [dependencies.toml] version = "0.8.19" [dependencies.unicode-width] version = "0.2.0"