[package] name = "rewot" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-files = "0.6.0" actix-multipart = "0.4.0" actix-web = "4.0.1" chrono = { version = "0.4.19", features = ["serde"] } clap = { version = "3.1.18", features = ["derive"] } futures-util = "0.3.21" handlebars = { version = "4.2.2", features = ["dir_source"] } harsh = "0.2.2" lazy_static = "1.4.0" log = { version = "0.4.17", features = ["std"] } rag = { git = "https://gitlab.com/rascul/rag", tag = "v0.2.0" } regex = "1.5.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.81"