# 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 = "mkcontext" version = "0.7.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate that provides functionality for creating context" readme = "README.md" license = "MIT" repository = "https://github.com/matthewrobertbell/mkcontext" [[bin]] name = "mkcontext" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clipboard] version = "0.5.0" [dependencies.globset] version = "0.4.14" [dependencies.tiktoken-rs] version = "0.5.7" [dependencies.walkdir] version = "2.5.0"