# 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 = "2021" name = "inline-array" version = "0.1.13" authors = ["Tyler Neely "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "efficient immutable inlinable byte array" readme = "README.md" keywords = [ "multi-threaded", "performance", "io", ] categories = [ "concurrency", "data-structures", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/komora-io/inline-array" [profile.release] debug = 2 [lib] name = "inline_array" path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [dependencies.concurrent-map] version = "5.0" features = ["serde"] optional = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.quickcheck] version = "1.0.3" [features] concurrent_map_minimum = ["concurrent-map"] fake_32_bit = []