# 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] name = "zpatial" version = "0.4.3" authors = ["Yuan Liu "] description = "Algorithms for Spatial Acceleration and Geometries." documentation = "https://docs.rs/zpatial/0.3.3/zpatial/" readme = "README.md" keywords = ["zpatial", "spatial"] license = "BSD-2-Clause" repository = "https://github.com/clearlycloudy/zpatial/" [lib] name = "zpatial" path = "lib/mod.rs" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4.1" [dependencies.mazth] version = "0.6.0" [dependencies.pretty_env_logger] version = "0.2.0" [dependencies.rand] version = "0.6.5"