# 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 = "cargo-context-ranger" version = "0.0.2" description = "Quickly grab your rust context for building LLM prompts to help" documentation = "https://docs.rs/cargo-context-ranger/0.0.1/steady_state/" readme = "README.md" license = "MIT" repository = "https://github.com/kmf-lab/cargo-context-ranger" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.clipboard] version = "0.5.0" [dependencies.regex] version = "1.10.3" [dependencies.structopt] version = "0.3.26" [dependencies.walkdir] version = "2.5.0" [dependencies.wl-clipboard-rs] version = "0.8.1"