# 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 = "2018" name = "cs-utils" version = "0.21.1" authors = ["Oleg Solomka "] description = "Common utilities." homepage = "https://github.com/legomushroom/utils-rs" readme = "README.md" license = "MIT" repository = "https://github.com/legomushroom/utils-rs" [package.metadata.docs.rs] features = ["all"] [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" optional = true [dependencies.futures] version = "0.3.17" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.tokio-util] version = "0.6" features = ["codec"] optional = true [dev-dependencies.k9] version = "0.11" [dev-dependencies.paste] version = "1.0.6" [dev-dependencies.rstest] version = "0.12.0" [dev-dependencies.thiserror] version = "1" [features] all = [ "async", "test", "traits", "constants", "experimental", ] async = [ "tokio", "tokio-util", "futures", "serde", "serde_json", "bytes", "thiserror", ] constants = [] experimental = [] test = [] traits = ["test"]