# 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 = "flatk" version = "0.5.2" authors = ["Egor Larionov "] description = "Flat layout abstraction toolkit." homepage = "https://github.com/elrnv/flatk" documentation = "https://docs.rs/flatk" readme = "README.md" keywords = ["chunked", "sparse", "component", "structure", "layout"] license = "MIT OR Apache-2.0" repository = "https://github.com/elrnv/flatk" [[bench]] name = "storage" harness = false [[bench]] name = "storage_ints" harness = false [[bench]] name = "isolate_iter_mut" harness = false [[bench]] name = "chunks_iter" harness = false [[bench]] name = "zip" harness = false [[bench]] name = "write" harness = false [dependencies.bytemuck] version = "1.5" features = ["extern_crate_alloc"] [dependencies.flatk-derive] version = "0.3" optional = true [dependencies.rayon] version = "1.5" optional = true [dependencies.reinterpret] version = "0.2" [dependencies.typenum] version = "1.12.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] default = ["derive", "sparse", "rayon"] derive = ["flatk-derive"] sorted_chunks = [] sparse = [] unstable = ["criterion/real_blackbox"]