lo_odf 0.4.6

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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17a695485dfac5532ec7826600909cda95e8ce613dc66774449099524a8ea491"

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

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

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