# 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 = "all-my-circuits" version = "0.1.6" authors = ["oiwn "] build = false exclude = [ "tmp/*", "html/*", ".github/*", ".gitignore", ".tmuxp.yaml", "notes.org", "output.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for concatenating and annotating files with Git metadata" homepage = "https://github.com/oiwn/all-my-circuits" readme = "README.md" keywords = [ "git", "cli", "concatenate", "files", "metadata", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/oiwn/all-my-circuits" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [[bin]] name = "amc" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.git2] version = "0.19" [dependencies.ignore] version = "0.4" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simple_logger] version = "5.0" [dependencies.toml] version = "0.8" [dependencies.walkdir] version = "2.5" [dev-dependencies.tempfile] version = "3.13"