# 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 = "edit-xlsx" version = "0.4.6" exclude = ["tests/"] description = "A quick and easy-to-use Rust library for Excel file editing." homepage = "https://github.com/MortalreminderPT/edit-xlsx" documentation = "https://docs.rs/edit-xlsx/latest/edit_xlsx" readme = "README.md" keywords = [ "excel", "xlsx", "writer", "editor", ] license = "MIT" repository = "https://github.com/MortalreminderPT/edit-xlsx" [dependencies.ansi_term] version = "0.12" optional = true [dependencies.futures] version = "0.3.30" [dependencies.quick-xml] version = "0.31.0" features = ["serialize"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.walkdir] version = "2.4.0" [dependencies.zip] version = "0.6.6" [features] ansi_term_support = ["ansi_term"]