# 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 = "repo2file-cli" version = "0.1.2" authors = ["Maurits Bos "] description = "A blazing fast CLI tool written in rust to turn a code repository into a single text file." readme = "README.md" keywords = [ "cli", "ai", "utility", ] license = "MIT" repository = "https://github.com/mbbrainz/repo2file-cli" [dependencies.git2] version = "0.18.3" [dependencies.globset] version = "0.4" [dependencies.ignore] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tempdir] version = "0.3" [dependencies.toml] version = "0.8" [dependencies.walkdir] version = "2.3" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.tempdir] version = "0.3" [features] library = []