lo_writer 0.3.6

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

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

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

[[package]]
name = "lo_writer"
version = "0.3.6"
dependencies = [
 "lo_core",
 "lo_odf",
 "lo_zip",
]

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