lo_odf 0.4.7

ODF package serializers for text, spreadsheet, presentation, drawing, formula, and database documents
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "lo_core"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4837913f6aef60c5fd59443d7778dbb8504539fe78b8af26f33d39c76dbac55"

[[package]]
name = "lo_math"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1982757c229bb5ce55225d1cff553ce4d3d3ec150dfb7a7c04056cee311518cf"
dependencies = [
 "lo_core",
 "lo_zip",
]

[[package]]
name = "lo_odf"
version = "0.4.7"
dependencies = [
 "lo_core",
 "lo_math",
 "lo_zip",
]

[[package]]
name = "lo_zip"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8562d7292cb99b0cd879f2f7266e3fc95532ef0aa89e8eca611d03471ab246e1"
dependencies = [
 "lo_core",
]