# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fourche" version = "0.2.0" authors = ["Yasuhiro Яша Asaka "] exclude = [".builds/*", "Makefile", "/.clippy.toml", "/.rustfmt.toml"] description = "A simple task queue named after a lion with forked tail (queue fourché), works with Redis." homepage = "https://gitlab.com/grauwoelfchen/fourche" documentation = "https://gitlab.com/grauwoelfchen/fourche" readme = "README.md" keywords = ["redis", "queue"] categories = ["asynchronous"] license = "Apache-2.0" repository = "https://gitlab.com/grauwoelfchen/fourche" [profile.release] panic = "abort" [lib] path = "src/lib.rs" [dependencies.redis] version = "^0.20.1" [dependencies.serde] version = "1.*" [dependencies.serde_json] version = "1.*"