# 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 = "2018" rust-version = "1.63.0" name = "excelize" version = "0.0.1" authors = ["xuri "] description = "Rust language library for reading and writing Microsoft Excelâ„¢ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets" homepage = "https://xuri.me/excelize" documentation = "https://docs.rs/excelize" readme = "README.md" keywords = [ "excel", "spreadsheet", "xlsx", "office", "vba", ] categories = [ "encoding", "mathematics", "parsing", "text-processing", "virtualization", ] license = "BSD-3-Clause" repository = "https://github.com/xuri/exelize-rs" [dependencies.quick-xml] version = "0.20" features = ["serialize"] [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.zip] version = "0.5.9"