# 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 = "loaf" version = "0.2.0-alpha2" authors = ["Soveu <marx.tomasz@gmail.com>"] description = "Why have a slice when you can have a loaf?" readme = "README.md" keywords = [ "slice", "no_std", "no-std", "array", ] categories = [ "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/Soveu/loaf" [package.metadata.docs.rs] all-features = true [profile.test] opt-level = 3 [[test]] name = "loaf_alloc" required-features = ["alloc"] [dependencies] [features] alloc = [] default = []