quillmark 0.32.2

Quillmark engine API
# 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 = "quillmark"
version = "0.32.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README*",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quillmark engine API"
homepage = "https://github.com/nibsbin/quillmark"
documentation = "https://docs.rs/quillmark"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nibsbin/quillmark"

[features]
acroform = ["dep:quillmark-acroform"]
default = ["typst"]
typst = ["dep:quillmark-typst"]

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

[dependencies.anyhow]
version = "~1.0"

[dependencies.quillmark-acroform]
version = "0.32.2"
optional = true

[dependencies.quillmark-core]
version = "0.32.2"

[dependencies.quillmark-typst]
version = "0.32.2"
optional = true
default-features = false

[dependencies.serde]
version = "~1.0"
features = ["derive"]

[dependencies.serde-saphyr]
version = "~0.0"

[dependencies.serde_json]
version = "~1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "~2.0"

[dev-dependencies.acroform]
version = "0.1.3"

[dev-dependencies.cargo-husky]
version = "~1"
features = ["user-hooks"]
default-features = false

[dev-dependencies.quillmark-typst]
version = "0.32.2"
default-features = false

[dev-dependencies.serde_json]
version = "~1.0"
features = ["preserve_order"]

[dev-dependencies.tempfile]
version = "~3.23"