# 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 = "building_blocks_storage" version = "0.7.1" authors = ["Duncan "] description = "Efficient storage for maps on sparse or dense, 2D and 3D integer lattices." keywords = ["voxel", "mesh"] license = "MIT" repository = "https://github.com/bonsairobo/building-blocks" [package.metadata.docs.rs] all-features = true [[bench]] name = "accessors" harness = false [[bench]] name = "sampling" harness = false [[bench]] name = "compression" harness = false [[bench]] name = "octree_set" harness = false [dependencies.ahash] version = "0.7" features = ["serde"] [dependencies.auto_impl] version = "0.4" [dependencies.bincode] version = "1.3" [dependencies.building_blocks_core] version = "0.7.1" default-features = false [dependencies.dot_vox] version = "4.1" optional = true [dependencies.either] version = "1.6" [dependencies.futures] version = "0.3" [dependencies.image] version = "0.23" optional = true [dependencies.itertools] version = "0.10" [dependencies.lz4] version = "1.23" optional = true [dependencies.num] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.slab] version = "0.4" [dependencies.snap] version = "1.0" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "0.7" [dev-dependencies.rand] version = "0.8"