# 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 = "2021" name = "py_geo_interface" version = "0.8.0" authors = ["Nico Mandery "] description = "Exchange vector geometries between Rust and Python using pyo3 and Pythons __geo_interface__ protocol." homepage = "https://github.com/nmandery/py_geo_interface" readme = "README.md" keywords = [ "geo", "geospatial", "geography", "pyo3", "python", ] license = "MIT/Apache-2.0" repository = "https://github.com/nmandery/py_geo_interface" [dependencies.geo-types] version = "0.7" [dependencies.geozero] version = "0.12" features = [ "with-geo", "with-wkb", ] optional = true default-features = false [dependencies.num-traits] version = "0.2" [dependencies.pyo3] version = "0.21" features = [] [features] default = ["f64"] f32 = [] f64 = [] i16 = [] i32 = [] i64 = [] i8 = [] test = ["pyo3/auto-initialize"] u16 = [] u32 = [] u64 = [] u8 = [] wkb = ["dep:geozero"]