# 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 = "scenic" version = "0.1.1" authors = ["Yasuhiro Яша Asaka "] exclude = [ "dst/*", "example/*", "img/*", ".cargo-husky", "Makefile", "rust-toolchain.toml", ".gitignore", ".rustfmt.toml", ] description = "Presentation tool that utilizes LaTex Beamer package." homepage = "https://gitlab.com/grauwoelfchen/scenic" readme = "README.md" keywords = [ "latex", "pdf", "slide", ] categories = [ "command-line-utilities", "text-processing", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/grauwoelfchen/scenic" [[bin]] name = "scenic" path = "src/main.rs" doc = false [[test]] name = "integration" path = "test/cmd.rs" [dependencies.tectonic] version = "^0.14" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [badges.gitlab] branch = "trunk" repository = "grauwoelfchen/scenic"