# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "spsheet" version = "0.1.0" authors = ["aoyagikouhei "] description = "A xlsx or ods read and write spreadsheet library" documentation = "https://docs.rs/spsheet" readme = "Readme.md" keywords = ["xlsx", "ods", "spreadsheet"] categories = ["encoding", "parsing", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/aoyagikouhei/spsheet-rs" [dependencies.chrono] version = "~0.4.0" [dependencies.nom] version = "~3.2.1" [dependencies.quick-xml] version = "~0.10.1" optional = true [dependencies.tempdir] version = "~0.3.5" optional = true [dependencies.time] version = "~0.1.38" optional = true [dependencies.walkdir] version = "~2.0.1" optional = true [dependencies.zip] version = "~0.2.6" optional = true [features] ods = ["quick-xml", "tempdir", "walkdir", "zip"] xlsx = ["quick-xml", "tempdir", "time", "walkdir", "zip"]