# 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] edition = "2018" name = "slice-deque" version = "0.3.0" authors = ["gnzlbg "] 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", "ring", "circular", "buffer"] categories = ["data-structures", "no-std"] 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 [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true panic = "unwind" incremental = true [features] default = ["use_std"] unix_sysv = [] use_std = ["libc/use_std"] [target."cfg(all(any(target_os = \"macos\", target_os = \"ios\"), not(feature = \"unix_sysv\")))".dependencies.mach] version = "0.3" default-features = false [target."cfg(any(unix, target_os = \"dragonfly\"))".dependencies.libc] version = "0.2" default-features = false [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.*" features = ["memoryapi", "handleapi", "sysinfoapi", "winbase"] default-features = false [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"