# 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 = "treeculler" version = "0.4.0" authors = ["Yusuf Bera Ertan "] exclude = [ ".gitlab-ci.yml", "nix", "flake.*", ] description = "Utilities to help with frustum culling." homepage = "https://www.gitlab.com/yusdacra/treeculler" readme = "README.md" license = "MIT" repository = "https://www.gitlab.com/yusdacra/treeculler" [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.vek] version = "0.17" default-features = false [features] default = ["num-traits/std"] libm = ["num-traits/libm"]