[package] name = "rocket-inv" version = "0.1.0" authors = ["Ondřej Hruška "] 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" #rocket-include-tera = "0.4.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" json_dotpath = "0.1.2" parking_lot = "0.10.0" [dependencies.rocket] version = "0.4.2" default-features = false [dependencies.rocket_contrib] version = "0.4.2" default-features = false features = ["json", "serve", "tera_templates"]