# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kpy" version = "0.1.0-alpha" authors = ["LoveIsGrief"] exclude = ["Dockerfile", ".gitignore", ".gitlab-ci.yml", "tests/", ".cargo"] description = "A reimplentation of linux's cp in rust" homepage = "https://gitlab.com/NamingThingsIsHard/linux/kpy" keywords = ["alternative", "basic", "cp", "linux"] license-file = "LICENSE" [[bin]] name = "kpy" [dependencies.clap] version = "2.33.3" [dependencies.dircpy-stable] version = "0.3.5" [dependencies.log] version = "0.4.14" [dependencies.simple_logger] version = "1.12.1" [dependencies.strum] version = "0.21.0" [dependencies.strum_macros] version = "0.21.1" [dependencies.walkdir] version = "2.3.2"