# 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 = "defrag" version = "0.1.4" authors = ["Garrett Berg "] description = "safe and low overhead defragmenting memory manager for microcontrollers" documentation = "https://docs.rs/defrag" readme = "README.md" keywords = ["no_std", "embedded", "memory", "manager", "microcontroller"] license = "MIT" repository = "https://github.com/vitiral/defrag-rs" [dependencies.cbuf] version = "0.1.*" [dev-dependencies.rand] version = "0.3" [dev-dependencies.stopwatch] version = "0.0.7" [features] default = [] no_std = []