# 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 = "aligned-buffer-pool" version = "0.0.6" authors = ["Aleksander Heintz "] description = "A buffer-pool with controllable alignment." keywords = [ "buffer", "rkyv", "bytes", ] license = "MIT" repository = "https://github.com/YoloDev/rkyv-utils" [dependencies.aligned-buffer] version = "0.0.9" features = ["rkyv"] default-features = false [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.fxhash] version = "0.2.1" default-features = false [dependencies.rkyv] version = "0.8.0-alpha.2" features = [ "std", "bytecheck", ] default-features = false