# 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 = "generic-octree" version = "0.5.2" authors = ["Thomas \"nwmqpa\" Nicollet ", "Alexandre \"Afourcat\" Fourcat "] description = "Simple generic implementation of a linear Octree" readme = "README.md" license = "Apache-2.0" [[example]] name = "main" required-features = ["color-rs"] [[example]] name = "optimal_convert" required-features = ["vox", "dot_tree"] [[example]] name = "create_vertices" required-features = ["render", "dot_tree"] [dependencies.bincode] version = "1.2.1" optional = true [dependencies.color-rs] version = "0.5.0" optional = true [dependencies.dot_vox] version = "2.0.0" optional = true [dependencies.flate2] version = "1.0" features = ["zlib"] optional = true default-features = false [dependencies.hashbrown] version = "0.7.2" features = ["serde", "rayon"] [dependencies.petgraph] version = "0.5.0" optional = true [dependencies.rayon] version = "1.3.0" [dependencies.serde] version = "1.0.*" features = ["derive"] optional = true [features] dot_tree = ["serialize", "bincode"] render = ["color-rs", "petgraph"] serialize = ["serde", "flate2"] vox = ["dot_vox"]