# 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 = "byte-pool" version = "0.2.4" authors = ["dignifiedquire "] description = "Pool of byte slices, for efficient memory usage" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/dignifiedquire/byte-pool" [dependencies.crossbeam-queue] version = "0.3.1" [dependencies.stable_deref_trait] version = "1.1.1" [features] default = [] [badges.is-it-maintained-issue-resolution] repository = "dignifiedquire/byte-pool" [badges.is-it-maintained-open-issues] repository = "dignifiedquire/byte-pool" [badges.maintenance] status = "actively-developed"