# 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" rust-version = "1.73" name = "calamine" version = "0.26.1" authors = ["Johann Tuffe "] build = false exclude = ["tests/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "An Excel/OpenDocument Spreadsheets reader and deserializer in pure rust" documentation = "https://docs.rs/calamine" readme = "README.md" keywords = [ "excel", "ods", "xls", "xlsx", "xlsb", ] categories = [ "encoding", "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/tafia/calamine" [package.metadata.docs.rs] features = [ "dates", "picture", ] [lib] name = "calamine" path = "src/lib.rs" [[example]] name = "excel_to_csv" path = "examples/excel_to_csv.rs" [[example]] name = "search_errors" path = "examples/search_errors.rs" [[bench]] name = "basic" path = "benches/basic.rs" [dependencies.byteorder] version = "1.5" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true default-features = false [dependencies.codepage] version = "0.1.1" [dependencies.encoding_rs] version = "0.8" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.31" features = ["encoding"] [dependencies.serde] version = "1.0" [dependencies.zip] version = "2" features = ["deflate"] default-features = false [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.glob] version = "0.3" [dev-dependencies.rstest] version = "0.21.0" default-features = false [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.sha2] version = "0.10.8" [features] dates = ["chrono"] default = [] picture = []