lo_odf 0.4.3

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

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

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

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