# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "scratchpad" version = "1.3.1" authors = ["Theodore Cipicchio "] description = "Stack-like memory allocator with double-ended allocation support" homepage = "https://github.com/okready/scratchpad" documentation = "https://docs.rs/scratchpad" readme = "README.md" keywords = ["stack", "pool", "memory", "allocator", "no_std"] categories = ["data-structures", "embedded", "memory-management", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/okready/scratchpad" [dependencies.stable_deref_trait] version = "1.0" default-features = false [dev-dependencies.arrayvec] version = "0.4" default-features = false [build-dependencies.rustc_version] version = "0.2" [features] alloc = [] default = ["std"] std = [] unstable = [] [badges.travis-ci] repository = "okready/scratchpad"