[package] name = "fourche" version = "0.2.0" authors = ["Yasuhiro Яша Asaka "] description = """\ A simple task queue named after a lion with forked tail \ (queue fourché), works with Redis.\ """ documentation = "https://gitlab.com/grauwoelfchen/fourche" repository = "https://gitlab.com/grauwoelfchen/fourche" homepage = "https://gitlab.com/grauwoelfchen/fourche" readme = "README.md" keywords = ["redis", "queue"] categories = ["asynchronous"] license = "Apache-2.0" exclude = [ ".builds/*", "Makefile", "/.clippy.toml", "/.rustfmt.toml", ] edition = "2018" [profile.release] panic = "abort" [lib] path = "src/lib.rs" [dependencies] redis = "^0.20.1" serde = "1.*" serde_json = "1.*"