# 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 = "voila" version = "3.4.0" authors = ["Guillem Jara <4lon3ly0@tutanota.com>"] exclude = ["ROADMAP.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "target", ".*"] description = "A tool for doing complex operations to files and directories." homepage = "https://github.com/Alonely0/voila/" documentation = "https://github.com/Alonely0/voila/wiki" readme = "../README.md" keywords = ["files", "domain-specific-lang", "command-line-utils", "compilers", "cli"] categories = ["command-line-utilities", "compilers"] license = "MIT" repository = "https://github.com/Alonely0/voila/" [lib] name = "voila" path = "src/lib.rs" [[bench]] name = "benchmark" harness = false [dependencies.ansi_term] version = "0.12.1" [dependencies.async-stream] version = "0.3.2" [dependencies.async-trait] version = "0.1.51" [dependencies.bincode] version = "1.3.3" [dependencies.byte-unit] version = "4.0.12" [dependencies.chrono] version = "0.4.19" [dependencies.enum_dispatch] version = "0.3.7" [dependencies.flate2] version = "1.0.21" [dependencies.fs_extra] version = "1.2.0" [dependencies.logos] version = "0.12.0" [dependencies.md5] version = "0.7.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.path-absolutize] version = "3.0.11" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.4" [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.130" [dependencies.serde_derive] version = "1.0.130" [dependencies.sha-1] version = "0.9.7" [dependencies.sha2] version = "0.9.5" [dependencies.structopt] version = "0.3.23" [dependencies.tar] version = "0.4.37" [dependencies.threadpool] version = "1.8.1" [dependencies.tinytest] version = "0.1.0" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.criterion] version = "0.3.5"