# 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" rust-version = "1.80.0" name = "sozu-client" version = "1.1.0-rc.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library provides a client to interact with Sōzu." documentation = "https://github.com/CleverCloud/sozu-client/blob/main/README.md" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/CleverCloud/sozu-client" [lib] name = "sozu_client" path = "src/lib.rs" [dependencies.async-trait] version = "^0.1.77" [dependencies.bb8] version = "^0.8.1" [dependencies.config] version = "^0.14.0" [dependencies.mio] version = "^1.0.0" features = [ "os-poll", "os-ext", "net", ] default-features = false [dependencies.serde_json] version = "^1.0.111" [dependencies.sozu-command-lib] version = "1.1.0-rc.1" [dependencies.tempdir] version = "^0.3.7" [dependencies.thiserror] version = "^1.0.56" [dependencies.tokio] version = "^1.35.1" features = [ "time", "fs", "io-util", ] [dependencies.tracing] version = "^0.1.40" [features] default = [] unpooled = ["tokio/sync"]