duc2pdf 3.1.0

A library to convert DUC files to PDF format.
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 = "duc2pdf"
version = "3.1.0"
authors = ["Jorge Soares <jorge@ducflair.com>"]
build = false
include = [
    "src/",
    "Cargo.toml",
    "README.md",
    "fonts/RobotoMono-Variable.ttf",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to convert DUC files to PDF format."
readme = "README.md"
keywords = [
    "duc",
    "pdf",
    "cad",
    "converter",
]
license = "MIT"
repository = "https://github.com/ducflair/duc/tree/main/packages/ducpdf/src/duc2pdf"

[features]
default = []
local-ducrs = []

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

[dependencies.bigcolor]
version = "1.2.1"

[dependencies.chrono]
version = "0.4"

[dependencies.console_log]
version = "1.0"

[dependencies.duc]
version = "3"

[dependencies.hipdf]
version = "1.3.5"
features = ["wasm_js"]

[dependencies.js-sys]
version = "0.3"

[dependencies.log]
version = "0.4.22"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.svg2pdf]
version = "0.13.0"

[dependencies.svgtypes]
version = "0.12"

[dependencies.wasm-bindgen]
version = "0.2.92"

[dependencies.web-sys]
version = "0.3"
features = ["console"]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true