# 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 = "distiller" version = "3.0.1" authors = ["Alexis Lowe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "distiller is a command line tool written in rust, used for extracting comment from source code and storing the results into a queryable sqlite database." readme = "README.md" keywords = [ "comment", "sqlite", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/chimbosonic/distiller/" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = true debug = 0 panic = "abort" strip = "debuginfo" [[bin]] name = "distiller" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.comment-parser] version = "0.1.0" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.num_cpus] version = "1.16.0" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_rusqlite] version = "0.36.0" [dependencies.sha3] version = "0.10.8" [dependencies.threadpool] version = "1.8.1" [dependencies.walkdir] version = "2.5.0"