onenote_parser 2.0.0

A parser for Microsoft OneNoteĀ® files
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 = "2024"
rust-version = "1.85"
name = "onenote_parser"
version = "2.0.0"
authors = ["Markus Siemens <markus@m-siemens.de>"]
build = false
exclude = [
    "/tests",
    "/benches",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for Microsoft OneNoteĀ® files"
readme = "README.md"
keywords = [
    "onenote",
    "parser",
]
categories = ["parser-implementations"]
license = "MPL-2.0"
repository = "https://github.com/msiemens/onenote.rs"

[package.metadata.docs.rs]
all-features = true

[features]
backtrace = []
default = ["native-fs"]
native-fs = []
onepkg = ["dep:cab"]

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

[[bin]]
name = "inspect"
path = "src/bin/inspect.rs"

[[bin]]
name = "onenote-parse"
path = "src/bin/onenote-parse.rs"

[[example]]
name = "profile_parse"
path = "examples/profile_parse.rs"

[dependencies.bytes]
version = "1.11"

[dependencies.cab]
version = "0.6"
optional = true

[dependencies.encoding_rs]
version = "0.8"

[dependencies.enum-primitive-derive]
version = "0.3"

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.18"

[dependencies.num-traits]
version = "0.2"

[dependencies.onenote_parser-macros]
version = "=2.0.0"

[dependencies.sanitize-filename]
version = "0.6"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = ["macros"]

[dependencies.typed-path]
version = "0.12.3"

[dependencies.uuid]
version = "1.19"

[dependencies.widestring]
version = "1.2"

[dev-dependencies.bytes]
version = "1.11"

[dev-dependencies.criterion]
version = "0.7"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.insta]
version = "1.45"

[dev-dependencies.tempfile]
version = "3.15"

[dev-dependencies.yare]
version = "3.0.0"