lo_writer 0.4.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.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619d2ac4158277c9999c90019ce7e1ba0dbcab136419fdb7019e257e3589e7b4"

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

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

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

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