You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
785 B
28 lines
785 B
[package]
|
|
name = "rocket-inv"
|
|
version = "0.1.0"
|
|
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
#rocket-download-response = "0.4.9"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = { version="1.0", features= ["preserve_order"] }
|
|
serde_yaml = "0.8.11"
|
|
json_dotpath = "0.1.2"
|
|
titlecase = "0.10.0"
|
|
rand = "0.7.2"
|
|
|
|
# special data structure that preserves order
|
|
indexmap = { version="1.3.0", features=["serde-1"] }
|
|
|
|
rocket = { version="0.4.2", default-features = false}
|
|
rocket_contrib = { version="0.4.2", features = ["json", "serve", "tera_templates"]}
|
|
|
|
ifmt = "0.2.0"
|
|
parking_lot = "0.10.0"
|
|
lazy_static = "1.4.0"
|
|
linked-hash-map = "0.5.2"
|
|
|