# 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 = "2018" name = "rs-complete" version = "1.3.1" authors = ["Linus Probert "] exclude = [".github/**"] description = "A library that handles text/word completion" homepage = "https://github.com/blightmud/rs-complete" documentation = "https://docs.rs/rs-complete" readme = "README.md" keywords = [ "completion", "tab-completion", "text-completion", ] categories = [ "caching", "command-line-interface", "gui", ] license = "MIT" repository = "https://github.com/blightmud/rs-complete" [dependencies.anyhow] version = "1.0.65"