# 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 = "vimcats" version = "1.1.0" authors = ["mrcjkb "] build = false exclude = [ ".aur/**", ".cargo/**", ".github/**", "tests/**", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "LuaCATS parser and vimdoc transformer" homepage = "https://github.com/mrcjkb/vimcats" readme = "README.md" keywords = [ "parser", "lua", "LuaCATS", "vimdoc", "neovim", ] categories = [ "parsing", "command-line-utilities", ] license = "GPL-2.0+" repository = "https://github.com/mrcjkb/vimcats" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "vimcats" path = "src/lib.rs" [[bin]] name = "vimcats" path = "src/main.rs" required-features = ["cli"] [dependencies.chumsky] version = "0.9.3" default-features = false [dependencies.comfy-table] version = "7.1.1" optional = true default-features = false [dependencies.itertools] version = "0.13.0" [dependencies.lexopt] version = "0.3.0" optional = true default-features = false [dependencies.textwrap] version = "0.16.0" optional = true default-features = false [dev-dependencies.goldenfile] version = "1.7.1" [features] cli = [ "vimdoc", "dep:lexopt", ] vimdoc = [ "dep:textwrap", "dep:comfy-table", ]