easypdf-core 0.1.1

Core types, traits, enums, converters, and errors for easypdf-rust
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.88"
name = "easypdf-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, traits, enums, converters, and errors for easypdf-rust"
readme = "README.md"
keywords = [
    "pdf",
    "ocr",
    "markdown",
    "parser",
    "writer",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/easy-4-rust/easypdf-rust"

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

[dependencies.aes]
version = "0.9"

[dependencies.bitflags]
version = "2"

[dependencies.cbc]
version = "0.2"

[dependencies.chrono]
version = "0.4.45"
features = ["std"]
default-features = false

[dependencies.cipher]
version = "0.5"

[dependencies.der]
version = "0.7"
features = ["std"]

[dependencies.hex]
version = "0.4"

[dependencies.lopdf]
version = "0.44.0"

[dependencies.md-5]
version = "0.10"

[dependencies.pkcs7]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.ring]
version = "0.17"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = ">=0.3.20"
features = [
    "env-filter",
    "json",
]

[dependencies.x509-parser]
version = "0.16"

[dev-dependencies.rsa]
version = "0.9"
features = ["sha2"]