lo_writer 0.3.5

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.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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "782b0b1bfc01e21d168a340db68b33b0259d2cbfa6440734f7f7716f1f321095"
dependencies = [
 "lo_core",
 "lo_math",
 "lo_zip",
]

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