silicon/Cargo.toml

28 lines
614 B
TOML

[package]
name = "silicon"
version = "0.1.0"
description = "Create beautiful image of your code"
authors = ["Aloxaf <aloxafx@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syntect = "3.2"
image = "0.21"
imageproc = "0.18"
rusttype = "0.7.7"
font-kit = "0.3.1"
failure = "0.1.5"
clipboard = "0.5.0"
structopt = { version = "0.2.18", default-features = false, features = [ "color", "wrap_help" ] }
itertools = "0.8.0"
tempfile = "3.1.0"
[build-dependencies]
syntect = "3.2"
cc = "1.0.37"
[profile.release]
lto = true