dais 0.1.0

A cross-platform PDF presenter console for academics
# 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.92"
name = "dais"
version = "0.1.0"
authors = ["Christopher T. Kenny"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "dais"
description = "A cross-platform PDF presenter console for academics"
homepage = "https://github.com/christopherkenny/dais"
documentation = "https://docs.rs/dais"
readme = "README.md"
keywords = [
    "pdf",
    "presentation",
    "slides",
]
categories = [
    "command-line-utilities",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/christopherkenny/dais"
resolver = "2"

[[bin]]
name = "dais"
path = "src/main.rs"

[[example]]
name = "bench_render"
path = "examples/bench_render.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dais-core]
version = "0.1.0"

[dependencies.dais-document]
version = "0.1.0"

[dependencies.dais-engine]
version = "0.1.0"

[dependencies.dais-platform]
version = "0.1.0"

[dependencies.dais-sidecar]
version = "0.1.0"

[dependencies.dais-ui]
version = "0.1.0"

[dependencies.directories]
version = "6"

[dependencies.eframe]
version = "0.33"

[dependencies.egui]
version = "0.33"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[build-dependencies.winresource]
version = "0.1"

[lints.clippy]
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
struct_excessive_bools = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "warn"