# 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 = "ifop" version = "0.1.5" authors = ["Larmian"] description = "A simple to use IFileOperation command tool" homepage = "https://github.com/Larmian/ifop" documentation = "https://docs.rs/ifop/latest/ifop/" readme = "README.md" keywords = [ "ifop", "delete", "copy", "IFileOperation", "undo", ] categories = [ "command-tool", "command-line-utilities", "file-operation", "com-interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Larmian/ifop" [lib] doctest = false [[example]] name = "ifop" path = "examples/ifop.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.windows] version = "0.52.0" features = [ "Win32_System_Com", "Win32_UI_Shell_Common", "Win32_Storage_FileSystem", ] [dependencies.windows-core] version = "0.52.0"