# 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 = "vba_extract" version = "0.2.0" authors = ["John McNamara "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility to extract a vbaProject.bin binary from an Excel xlsm macro file for insertion into an rust_xlsxwriter file." readme = "README.md" keywords = [ "cli", "excel", "xlsx", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jmcnamara/vba_extract-rs" [[bin]] name = "vba_extract" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.zip] version = "2.1.3" features = ["deflate"] default-features = false