liar 0.5.0

Flexible, stand-alone benchmarking.
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 = "liar"
version = "0.5.0"
authors = ["Joe Ranweiler <joe@lemma.co>"]
build = "build.rs"
description = "Flexible, stand-alone benchmarking."
readme = "README.md"
keywords = ["benchmark", "no_std", "perf", "testing"]
license-file = "LICENSE"
repository = "https://github.com/ranweiler/liar"

[dependencies]
[build-dependencies.rustc_version]
version = "0.2.1"

[features]
default = ["std", "libc"]
std = []
[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true