# 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 = "codepack" version = "0.8.1" authors = ["Jason Cameron "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A *lightning-fast* tool that transforms a directory into a single, LLM-friendly text file, perfect for easy processing and analysis." homepage = "https://codepack.jasoncameron.dev" readme = "README.md" license = "MIT" repository = "https://github.com/JasonLovesDoggo/codepack" [package.metadata.wix] eula = false license = false path-guid = "40D06AA7-224A-44A2-B663-F949EA3A47EC" upgrade-guid = "76DE8F50-9B4A-47A2-80C0-30C7074AFD81" [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [lib] name = "codepack" path = "src/lib.rs" [[bin]] name = "codepack" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.globset] version = "0.4.15" [dependencies.ignore] version = "0.4.23" [dependencies.indicatif] version = "0.17.9" [dependencies.prettytable] version = "0.10.0"