# 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.3.0" authors = ["Daniel Nikolaev "] include = [ "src/**/*", "Cargo.toml", "LICENCE", "README.MD", ] 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 [dependencies.bitflags] version = "2.4.2" [dependencies.copypasta] version = "0.10.1" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.ignore] version = "0.4.20" [dependencies.lsp-types] version = "0.95.0" [dependencies.portable-pty] version = "0.8.1" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", "rt-multi-thread", "process", "io-util", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.10" features = [ "codec", "io", ] [dependencies.url] version = "2.5.0" features = ["serde"]