[package]
edition = "2021"
name = "rustyfi"
version = "0.1.0"
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SATySFi command line interface: compile .saty documents to PDF"
homepage = "https://github.com/yasuo-ozu/rustyfi"
readme = "README.md"
keywords = [
"satysfi",
"typesetting",
"pdf",
"typography",
]
categories = [
"text-processing",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/yasuo-ozu/rustyfi"
[features]
default = []
http = ["rustyfi-satyrographos/http"]
[[bin]]
name = "rustyfi"
path = "src/main.rs"
[[test]]
name = "cache"
path = "tests/cache.rs"
[[test]]
name = "cjk_render"
path = "tests/cjk_render.rs"
[[test]]
name = "dispatch"
path = "tests/dispatch.rs"
[[test]]
name = "e2e"
path = "tests/e2e.rs"
[[test]]
name = "e2e_book_report"
path = "tests/e2e_book_report.rs"
[[test]]
name = "envelopes"
path = "tests/envelopes.rs"
[[test]]
name = "fonts"
path = "tests/fonts.rs"
[[test]]
name = "layout_fidelity"
path = "tests/layout_fidelity.rs"
[[test]]
name = "layout_snapshot"
path = "tests/layout_snapshot.rs"
[[test]]
name = "prefix_install"
path = "tests/prefix_install.rs"
[[test]]
name = "registry_cli"
path = "tests/registry_cli.rs"
[[test]]
name = "xver_capstone"
path = "tests/xver_capstone.rs"
[[test]]
name = "xver_sweep"
path = "tests/xver_sweep.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.clap_mangen]
version = "0.2"
[dependencies.rustyfi-backend]
version = "0.1.0"
[dependencies.rustyfi-lang]
version = "0.1.0"
[dependencies.rustyfi-loader]
version = "0.1.0"
[dependencies.rustyfi-pdf]
version = "0.1.0"
[dependencies.rustyfi-satyrographos]
version = "0.1.0"
[dependencies.rustyfi-syntax]
version = "0.1.0"
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dev-dependencies.image]
version = "0.25"
features = [
"png",
"jpeg",
]
default-features = false