# 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 = "blocked-vec" version = "0.1.8" authors = ["Js2xxx "] description = "A vector of byte blocks behaving like files" homepage = "https://github.com/js2xxx/blocked-vec" documentation = "https://docs.rs/blocked-vec" readme = "README.md" keywords = [ "stream", "io", "data-structures", "no-std", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/js2xxx/blocked-vec" [dependencies.page_size] version = "0.4" optional = true [features] default = ["std"] std = ["dep:page_size"]