# 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 = "presenterm" version = "0.9.0" authors = ["Matias Fontanini"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal slideshow presentation tool" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/mfontanini/presenterm" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" [profile.test] opt-level = 0 debug = 2 [lib] name = "presenterm" path = "src/lib.rs" [[bin]] name = "presenterm" path = "src/main.rs" [dependencies.ansi-parser] version = "0.9" [dependencies.base64] version = "0.22" [dependencies.bincode] version = "1.3" [dependencies.clap] version = "4.4" features = [ "derive", "string", ] [dependencies.comrak] version = "0.26" default-features = false [dependencies.console] version = "0.15.8" [dependencies.crossterm] version = "0.27" features = ["serde"] [dependencies.directories] version = "5.0" [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.image] version = "0.25" features = [ "gif", "jpeg", "rayon", "png", "webp", ] default-features = false [dependencies.itertools] version = "0.13" [dependencies.libc] version = "0.2.155" [dependencies.merge-struct] version = "0.1.0" [dependencies.once_cell] version = "1.19" [dependencies.os_pipe] version = "1.1.5" [dependencies.rand] version = "0.8.5" [dependencies.schemars] version = "0.8" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.6" [dependencies.serde_yaml] version = "0.9" [dependencies.sixel-rs] version = "0.3.3" optional = true [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.syntect] version = "5.2" features = [ "parsing", "default-themes", "regex-onig", "plist-load", ] default-features = false [dependencies.tempfile] version = "3.10" [dependencies.thiserror] version = "1" [dependencies.unicode-width] version = "0.1" [dev-dependencies.rstest] version = "0.21" default-features = false [features] default = [] sixel = ["sixel-rs"]