lo_writer 0.3.0

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

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

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

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

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