# 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.1" build = false autobins = false autoexamples = false autotests = false autobenches = false 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 = "MIT" repository = "https://github.com/withings/mamenoki" [lib] name = "mamenoki" path = "src/lib.rs" [[example]] name = "reader" path = "examples/reader.rs" [[example]] name = "stats" path = "examples/stats.rs" [[example]] name = "writer" path = "examples/writer.rs" [[test]] name = "mamenoki_test" path = "tests/mamenoki_test.rs" [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"]