# 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 = "queen" version = "0.26.0" authors = ["danclive "] exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"] autobins = false description = "message queue" homepage = "https://github.com/danclive/queen" documentation = "https://docs.rs/queen" readme = "README.md" keywords = ["message-queue", "messaging"] license = "MIT" repository = "https://github.com/danclive/queen" [[test]] name = "test" path = "test/mod.rs" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nson] version = "0.12" [dependencies.queen-io] version = "0.6" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.ring] version = "0.16"