# 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 = "girolle" version = "1.8.3" authors = ["Philippe Llerena "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A nameko like lib in rust" readme = "README.md" license-file = "LICENSE" [lib] name = "girolle" path = "src/lib.rs" bench = false [[bench]] name = "macro" path = "benches/macro.rs" harness = false [dependencies.futures] version = "0.3.30" [dependencies.girolle_macro] version = "1.8" [dependencies.lapin] version = "2.5.0" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.209" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.127" [dependencies.serde_yaml] version = "0.9.33" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tokio-executor-trait] version = "2.1.1" [dependencies.tokio-reactor-trait] version = "1.1.0" [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", ] [dev-dependencies.criterion] version = "0.5.1"