archive
/
md-pdf-rs
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf-rs/Cargo.toml

30 lines
462 B
TOML
Raw Normal View History

2017-07-01 21:10:25 +01:00
[package]
name = "md-pdf"
version = "0.1.0"
authors = ["Jake Howard <git@theorangeone.net>"]
2017-09-06 21:40:48 +01:00
build = "build.rs"
2017-07-01 21:10:25 +01:00
[dependencies]
2017-07-12 13:45:21 +01:00
clap = "2.25.0"
2017-09-09 23:28:18 +01:00
mktemp = "0.3.1"
2017-08-16 12:04:09 +01:00
pandoc = "0.6.2"
2017-09-24 18:28:43 +01:00
sciter-rs = "0.4.24"
2017-07-17 09:52:22 +01:00
serde = "1.0.10"
serde_derive = "1.0.10"
2017-08-14 21:27:58 +01:00
serde_yaml = "0.7.1"
2017-08-27 21:16:40 +01:00
wkhtmltopdf = "0.3.0"
2017-09-09 23:28:18 +01:00
zip = "0.2.6"
2017-12-21 18:50:55 +00:00
tera = "0.10.10"
2017-12-21 20:13:51 +00:00
chrono = "0.4.0"
2017-08-27 21:32:58 +01:00
2017-09-06 21:40:48 +01:00
[build-dependencies]
include_dir = "0.1.3"
2017-11-26 14:17:21 +00:00
rsass = "0.5.0"
2017-09-06 21:40:48 +01:00
2017-08-27 21:32:58 +01:00
[profile.dev]
rpath = true
[profile.release]
rpath = true
lto = true