[package] name = "kak-tree" version = "0.1.0" authors = ["Ruslan Prokopchuk "] edition = "2018" [dependencies] clap = "2.33.0" itertools = "0.8.2" serde = { version = "1.0.104", features = ["derive"] } toml = "0.5.6" tree-sitter = "0.20.10" # [profile.release] # lto = true [features] default = ["rust"] all = [ "bash", "c_sharp", "c", "clojure", "cpp", "css", "elm", "go", "haskell", "html", "java", "javascript", "json", "julia", "ocaml", "php", "python", "racket", "ruby", "rust", "scala", "typescript" ] bash = [] c_sharp = [] c = [] clojure = [] cpp = [] css = [] elm = [] go = [] haskell = [] html = [] java = [] javascript = [] json = [] julia = [] ocaml = [] php = [] python = [] racket = [] ruby = [] rust = [] scala = [] typescript = [] nix = [] agda = []