# 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 = "unlock_excel" version = "0.2.2" authors = ["James MacAdie"] description = "Small command line utility to inspect or remove the VBA protection status of Excel files" homepage = "https://github.com/jmacadie/unlock_excel" readme = "README.md" keywords = [ "Excel", "VBA", "password", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jmacadie/unlock_excel" [dependencies.cfb] version = "0.9.0" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.nom] version = "7.1.3" [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.6" [dependencies.zip] version = "0.6.6"