summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b62532019dd22524d45a6278d4b351de0986ff83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "twinh"
version = "0.1.0"
authors = ["Adam T. Carpenter <atc@53hor.net>"]
description = "Twin H-Power: A classic car parts catalog and cross-reference tool"
edition = "2018"

[dependencies]
bincode = "1"
env_logger = "0.8"
handlebars = "3"
hyper = { version = "0.14", default-features = false, features = ["server", "client", "http1", "http2"] }
hyper-rustls = "0.22"
log = "0.4"
lazy_static = "1.4"
serde = { version = "1", features = ["derive"]}
serde_urlencoded = "0.7"
sled = "0.34"
structopt = { version = "0.3", default-features = false }
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros", "signal"] }