# 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 = "psummary" version = "0.1.4" build = "build.rs" include = [ "Source/**/*", "LICENSE", "README.md", "CHANGELOG.md", "build.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "Summary" description = "🗣️ Summary —" readme = "README.md" license = "MIT" repository = "https://github.com/PlayForm/Summary.git" [lib] name = "Library" crate-type = [ "staticlib", "cdylib", "rlib", ] path = "Source/Library.rs" [[bin]] name = "PSummary" path = "Source/Library.rs" [[bin]] name = "Summary" path = "Source/Library.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.dashmap] version = "6.0.1" [dependencies.futures] version = "0.3.30" [dependencies.git2] version = "0.19.0" [dependencies.itertools] version = "0.13.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.6" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.walkdir] version = "2.5.0" [build-dependencies.serde] version = "1.0.204" features = ["derive"] [build-dependencies.toml] version = "0.8.19"