compressed-rtf 1.0.1

[MS-OXRTFCP]: Rich Text Format (RTF) Compression Algorithm
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.82"
name = "compressed-rtf"
version = "1.0.1"
authors = ["Microsoft"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[MS-OXRTFCP]: Rich Text Format (RTF) Compression Algorithm"
readme = "README.md"
keywords = [
    "win32",
    "outlook",
    "mapi",
]
categories = ["os::windows-apis"]
license = "MIT"
repository = "https://github.com/microsoft/outlook-pst-rs"

[lib]
name = "compressed_rtf"
path = "src/lib.rs"

[dependencies.byteorder]
version = "1"

[dependencies.thiserror]
version = "2"