lo_odf 0.3.0

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

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

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

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