lo_writer 0.3.2

Writer-like document editing with Markdown and plain text import/export
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "061b302b6c22804398676faa3904131e67412fb39c138f5cb689d6e686753428"
dependencies = [
 "lo_core",
 "lo_math",
 "lo_zip",
]

[[package]]
name = "lo_writer"
version = "0.3.2"
dependencies = [
 "lo_core",
 "lo_odf",
 "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",
]