# 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" rust-version = "1.56.0" name = "rabuf" version = "0.1.20" authors = ["aki "] description = "randome access buffer for io" readme = "README.md" keywords = [ "buffer", "io", ] categories = [ "memory-management", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aki-akaguma/rabuf" [dependencies] [features] buf_auto_buf_size = [] buf_debug = [] buf_hash_turbo = ["buf_myhash"] buf_lru = [] buf_myhash = [] buf_overf_rem = [] buf_overf_rem_all = ["buf_overf_rem"] buf_overf_rem_half = [ "buf_overf_rem", "buf_lru", ] buf_pin_zero = [] buf_print_hits = [] buf_stats = [] default = [ "buf_auto_buf_size", "buf_overf_rem_all", "buf_pin_zero", "buf_hash_turbo", ]