# 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 = "roaring-landmask" version = "0.9.0" authors = ["Gaute Hope "] build = "build.rs" exclude = ["assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and limited-memory structure with a landmask based on GSHHG for determing whether a point on Earth is on land or in the ocean" homepage = "https://github.com/gauteh/roaring-landmask" readme = "README.md" license = "MIT" repository = "https://github.com/gauteh/roaring-landmask" [profile.release] debug = 2 [lib] name = "roaring_landmask" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "make_bitmap" path = "src/devel/make_bitmap.rs" [[test]] name = "test_geos_par_prepped" path = "tests/test_geos_par_prepped.rs" [dependencies.geos] version = "9" [dependencies.lazy_static] version = "1.4" [dependencies.ndarray] version = "0.15" features = ["rayon"] [dependencies.numpy] version = "0.21" [dependencies.pyo3] version = "0.21" features = ["abi3-py39"] [dependencies.roaring] version = "0.10" [dependencies.rust-embed] version = "8" [dependencies.xz2] version = "0.1" [dev-dependencies.rayon] version = "1" [build-dependencies.path-slash] version = "0.2" [build-dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false [build-dependencies.ring] version = "0.17" [features] default = [] extension-module = ["pyo3/extension-module"] nightly = ["simd"] simd = ["roaring/simd"] static = ["geos/static"]