vecslide-core 0.1.0

Core library for the .vecslide format: SVG + Opus vector presentations with synchronized audio. Manifest, packing, HTML compilation.
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.90"
name = "vecslide-core"
version = "0.1.0"
build = false
exclude = [
    "tests/fixtures/*.vecslide",
    "tests/fixtures/*.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for the .vecslide format: SVG + Opus vector presentations with synchronized audio. Manifest, packing, HTML compilation."
homepage = "https://github.com/automataIA/vecslide"
documentation = "https://docs.rs/vecslide-core"
readme = "README.md"
keywords = [
    "presentation",
    "svg",
    "opus",
    "slides",
    "typst",
]
categories = [
    "multimedia",
    "encoding",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/automataIA/vecslide"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
native = [
    "zip-io",
    "dep:typst",
    "dep:typst-as-lib",
    "dep:typst-svg",
]
zip-io = ["dep:zip"]

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

[dependencies.base64]
version = "0.22"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_norway]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.typst]
version = "0.14"
optional = true

[dependencies.typst-as-lib]
version = "0.15"
optional = true

[dependencies.typst-svg]
version = "0.14"
optional = true

[dependencies.zip]
version = "8"
features = ["deflate"]
optional = true
default-features = false