lo_writer 0.4.7

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

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

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

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

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