# 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_search" version = "0.7.1" authors = ["Duncan "] description = "Search algorithms for voxel data." keywords = ["voxel"] license = "MIT" repository = "https://github.com/bonsairobo/building-blocks" [package.metadata.docs.rs] all-features = true [[bench]] name = "find_surface" harness = false [[bench]] name = "flood_fill" harness = false [dependencies.building_blocks_core] version = "0.7.1" default-features = false [dependencies.building_blocks_storage] version = "0.7.1" default-features = false [dependencies.indexmap] version = "1.5" [dependencies.itertools] version = "0.10" [dependencies.nalgebra] version = "0.27" optional = true [dependencies.ncollide3d] version = "0.30" optional = true [dependencies.pathfinding] version = "2.1" [dev-dependencies.criterion] version = "0.3" [features] default = [] ncollide = ["nalgebra", "ncollide3d", "building_blocks_core/nalgebra"]