# 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 = "bytes-utils" version = "0.1.4" authors = ["Michal 'vorner' Vaner "] description = "Additional utilities for working with the bytes crate" documentation = "https://docs.rs/bytes-utils" readme = "README.md" keywords = [ "bytes", "zero-copy", "buffers", "no_std", ] categories = ["data-structures"] license = "Apache-2.0/MIT" repository = "https://github.com/vorner/bytes-utils" [dependencies.bytes] version = "1" default-features = false [dependencies.either] version = "1" default-features = false [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.itertools] version = "^0.12" [dev-dependencies.proptest] version = "^1.0" [dev-dependencies.serde_test] version = "1.0.144" [features] default = ["std"] serde = [ "dep:serde", "bytes/serde", ] std = ["bytes/default"]