# 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.3.0" authors = ["Aleksander Heintz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A buffer-pool with controllable alignment." readme = false keywords = [ "buffer", "rkyv", "bytes", ] license = "MIT" repository = "https://github.com/YoloDev/rkyv-utils" [lib] name = "aligned_buffer_pool" path = "src/lib.rs" [dependencies.aligned-buffer] version = "0.2.0" default-features = false [dependencies.crossbeam-queue] version = "0.3" [dependencies.fxhash] version = "0.2" default-features = false [dependencies.rkyv] version = "0.8" features = ["std"] optional = true default-features = false [features] bytecheck = [ "rkyv?/bytecheck", "aligned-buffer/bytecheck", ] default = ["bytecheck"] rkyv = [ "dep:rkyv", "aligned-buffer/rkyv", ]