spreadsheet-ods 0.5.3

Read and write ODS files
Documentation
[package]

name = "spreadsheet-ods"

version = "0.5.3"

authors = ["thomasscharler <thscharler@gmail.com>"]

edition = "2018"

description = "Read and write ODS files"

license = "MIT/Apache-2.0"

repository = "https://github.com/thscharler/spreadsheet-ods"

readme = "README.md"

keywords = ["ODS", "spreadsheet"]

categories = ["parser-implementations"]

exclude = [

    ".idea/*",

    ".gitignore",

]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[features]

default = [ ]

# Dump all XML while reading.

dump_xml = [ ]

# Dump unprocessed XML tags and attributes when reading the ODS.

dump_unused = [ ]

# Apply indentation to the xml output.

indent_xml = []

# Check the xml output for wellformedness.

check_xml = []

# Add bindings for rust_decimal.

use_decimal = []



[dependencies]

rust_decimal = "1.10"

rust_decimal_macros = "1.10"

quick-xml = "0.17"

color-rs = "0.6"

string_cache = "0.8"

mktemp = "0.4"

time = "0.1"



[dependencies.zip]

version = "0.5"

default-features = false

features = ["deflate", "time"]



[dependencies.chrono]

version = "0.4"

default-features = false

features = ["clock", "alloc"]