lo_writer 0.3.4

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

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

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

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

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