# 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 = "cpi" version = "0.2.0" description = "A cli for copying files with ignore-files applied" homepage = "https://github.com/XHMM/cpi-rs" documentation = "https://github.com/XHMM/cpi-rs" readme = "README.md" keywords = [ "copy", "cli", ] license = "MIT" repository = "https://github.com/XHMM/cpi-rs" [dependencies.clap] version = "4.3.19" [dependencies.env_logger] version = "0.10.0" [dependencies.ignore] version = "0.4.20" [dependencies.log] version = "0.4.19" [dependencies.path-absolutize] version = "3.1.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.zip] version = "0.6.6"