cp-parser 0.3.0

Document parsing for PDF, Markdown, and text 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 = "2021"
name = "cp-parser"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Document parsing for PDF, Markdown, and text files"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/canon-ai-protocol/canon-protocol"

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

[dependencies.cp-core]
version = "0.3.0"
package = "canon-core"

[dependencies.pdf-extract]
version = "0.7"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.11"
features = [
    "v4",
    "v5",
    "serde",
]

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