# 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 = "mamenoki" version = "0.1.0" description = "Complete implementation of a Beanstalkd client based on the Tokio runtime" homepage = "https://github.com/withings/mamenoki" readme = "README.md" keywords = [ "client", "beanstalkd", "tokio", "asynchronous", ] license-file = "LICENSE" repository = "https://github.com/withings/mamenoki" [dependencies.log] version = "0.4" features = ["serde"] [dependencies.serde] version = ">= 1.0.158" features = [ "derive", "rc", ] [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.fastrand] version = "2" [dev-dependencies.regex] version = "1" [dev-dependencies.tracing-subscriber] version = "0.3.11" features = ["env-filter"]