# 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 = "kak-symbol-search" version = "0.4.4" description = "kakoune symbol search" readme = "readme.md" license = "CC0-1.0" repository = "https://github.com/enricozb/symbol-search.kak" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossbeam] version = "0.8.4" [dependencies.extend] version = "1.2.0" [dependencies.once_cell] version = "1.19.0" [dependencies.parking_lot] version = "0.12.3" features = ["arc_lock"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.syntect] version = "5.2.0" [dependencies.toml] version = "0.8.13" [build-dependencies.syntect] version = "5.2.0"