[package]
name = "rustyfi"
description = "SATySFi command line interface: compile .saty documents to PDF"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true
authors.workspace = true
[[bin]]
name = "rustyfi"
path = "src/main.rs"
[features]
default = []
http = ["rustyfi-satyrographos/http"]
[dependencies]
rustyfi-syntax.workspace = true
rustyfi-backend.workspace = true
rustyfi-lang.workspace = true
rustyfi-loader.workspace = true
rustyfi-lsp.workspace = true
rustyfi-pdf.workspace = true
rustyfi-html.workspace = true
rustyfi-satyrographos.workspace = true
clap.workspace = true
clap_mangen.workspace = true
anyhow.workspace = true
sha2.workspace = true
serde_json = "1"
[dev-dependencies]
image.workspace = true