inkify/Cargo.toml

21 lines
505 B
TOML
Raw Normal View History

2023-10-08 19:43:40 +00:00
[package]
name = "inkify"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
2023-10-12 19:38:30 +00:00
silicon = { git = "https://github.com/watzon/silicon.git" }
2023-10-08 19:43:40 +00:00
lazy_static = "1.4.0"
serde = { version = "1.0.130", features = ["derive"] }
structopt = "0.3.26"
image = "0.24.7"
anyhow = "1.0.75"
thiserror = "1.0.49"
syntect = "5.1.0"
font-kit = "0.11.0"
2023-10-09 19:09:11 +00:00
reqwest = "0.11.22"
2023-10-12 19:38:30 +00:00
hyperpolyglot = "0.1.7"
tempfile = "3.8.0"