# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bunbun-worker" version = "0.2.2" authors = ["4o1x5 <4o1x5@4o1x5.dev>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An rpc/non-rpc AMQP worker library" readme = "README.md" keywords = [ "worker", "rpc", "rabbitmq", "amqp", ] license = "AGPL-3.0" repository = "https://git.4o1x5.dev/4o1x5/bunbun-worker" [lib] name = "bunbun_worker" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.derive_setters] version = "0.1.6" [dependencies.futures] version = "0.3.31" [dependencies.lapin] version = "2.5.0" features = ["rustls"] [dependencies.serde] version = "1.0.213" [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dev-dependencies.test-log] version = "0.2.16" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-test] version = "0.2.5"