lo_odf 0.3.1

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

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

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

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