lo_odf 0.3.2

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

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

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

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