cargo-slide 0.1.3

Code-driven presentation engine combining Typst typesetting with a native Rust viewer, developed as part of the Apich workspace backend.
# 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.89"
name = "cargo-slide"
version = "0.1.3"
authors = [
    "Xinyu Yang <Xinyu.Yang@apich.org>",
    "Apich Organization <info@apich.org>",
    "Cargo Slide Contributors",
]
build = false
exclude = [
    "/.github",
    "/.build_tmp",
    "/examples",
    "/assets",
    "*.mp4",
    "*.wav",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code-driven presentation engine combining Typst typesetting with a native Rust viewer, developed as part of the Apich workspace backend."
homepage = "https://github.com/Apich-Organization/cargo-slide"
documentation = "https://docs.rs/cargo-slide"
readme = "README.md"
keywords = [
    "typst",
    "presentation",
    "slides",
    "cargo-subcommand",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
    "visualization",
    "rendering::engine",
    "multimedia",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/Apich-Organization/cargo-slide"
resolver = "2"

[[bin]]
name = "cargo-slide"
path = "src/main.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "cargo",
]

[dependencies.notify]
version = "8.2.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.slide-core]
version = "0.1.3"

[dependencies.slide-player]
version = "0.1.3"

[dependencies.slide-theme]
version = "0.1.3"

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0"

[dependencies.walkdir]
version = "2.5.0"