# 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" name = "rtf-parser" version = "0.4.2" build = false exclude = [ "*.rtf", ".idea", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust RTF parser & lexer library designed for speed and memory efficiency." readme = "README.md" keywords = [ "rtf", "rich", "text", "format", "parser", ] categories = [ "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/d0rianb/rtf-parser" [profile.profiling] opt-level = 0 debug = 2 inherits = "dev" [profile.release] opt-level = 3 lto = true [lib] name = "rtf_parser" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [[example]] name = "load_file" path = "examples/load_file.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tsify] version = "0.4.5" [dependencies.wasm-bindgen] version = "0.2"