malloc-bind 0.1.0

A tool to implement the C malloc API using a Rust allocator.
Documentation
# 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 = "malloc-bind"
version = "0.1.0"
authors = ["Joshua Liebow-Feeser <hello@joshlf.com>"]
exclude = ["travis.sh"]
description = "A tool to implement the C malloc API using a Rust allocator."
documentation = "https://docs.rs/malloc-bind"
readme = "README.md"
keywords = ["allocator", "malloc", "bindings", "C", "ffi"]
categories = ["external-ffi-bindings", "memory-management", "no-std"]
license = "Apache-2.0"
repository = "https://github.com/ezrosent/allocators-rs/tree/master/malloc-bind"
[dependencies.libc]
version = "0.2"

[dependencies.errno]
version = "0.2"

[dependencies.lazy_static]
version = "0.2"

[dependencies.sysconf]
version = "0.3.0"