# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "slice-ring-buffer" version = "0.3.4" authors = ["Linus Probert "] description = "A double-ended queue that Deref's into a slice." homepage = "https://github.com/liquidityc/slice_ring_buffer" documentation = "https://docs.rs/crate/slice-ring-buffer/" readme = "README.md" keywords = [ "collection", "deque", "ring", "circular", "buffer", ] categories = [ "data-structures", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/liquidityc/slice_ring_buffer" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = 2 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.mach2] version = "0.4.1" 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.maintenance] status = "passively-maintained"