slice-deque 0.1.3

A double-ended queue that Deref's into a slice.
# 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 = "slice-deque"
version = "0.1.3"
authors = ["gnzlbg <gonzalobg88@gmail.com>"]
description = "A double-ended queue that Deref's into a slice."
homepage = "https://github.com/gnzlbg/slice_deque"
documentation = "https://docs.rs/crate/slice-deque/"
readme = "readme.md"
keywords = ["collection", "deque"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gnzlbg/slice_deque"
[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "abort"

[profile.dev]
opt-level = 0
lto = false
codegen-units = 4
debug = true
debug-assertions = true
rpath = true
panic = "unwind"
[dependencies.bytes]
version = "0.4.*"
optional = true

[features]
bytes_buf = ["bytes"]
unstable = []
[target."cfg(target_os = \"android\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.1.*"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.*"
features = ["memoryapi", "handleapi", "sysinfoapi", "winbase"]
[badges.appveyor]
repository = "gnzlbg/slice_deque"

[badges.codecov]
repository = "gnzlbg/slice_deque"

[badges.is-it-maintained-issue-resolution]
repository = "gnzlbg/slice_deque"

[badges.is-it-maintained-open-issues]
repository = "gnzlbg/slice_deque"

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "gnzlbg/slice_deque"