rtf-parser-tt 0.5.0

RTF parser with special character support (emdash, smart quotes, etc). Fork of rtf-parser.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tsify]
optional = true
version = "0.4.5"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[features]
default = []
jsbindings = ["dep:wasm-bindgen", "dep:tsify"]

[lib]
crate-type = ["cdylib", "lib"]
name = "rtf_parser_tt"
path = "src/lib.rs"

[package]
authors = ["TwelveTake Studios <contact@twelvetake.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "parser-implementations"]
description = "RTF parser with special character support (emdash, smart quotes, etc). Fork of rtf-parser."
documentation = "https://docs.rs/rtf-parser-tt"
edition = "2021"
exclude = ["*.rtf", ".idea"]
keywords = ["rtf", "rich", "text", "format", "parser"]
license = "MIT"
name = "rtf-parser-tt"
readme = "README.md"
repository = "https://github.com/TwelveTake-Studios/rtf-parser-tt"
version = "0.5.0"

[profile.profiling]
debug = 2
inherits = "dev"
opt-level = 0

[profile.release]
lto = true
opt-level = 3