lo_odf 0.3.5

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

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

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

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