# 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" rust-version = "1.70" name = "polylabel" version = "3.2.0" authors = ["Stephan Hügel "] description = "A Rust implementation of the Polylabel algorithm for finding optimum polygon label positions." readme = "README.md" keywords = [ "geo", "polylabel", "gis", ] license = "MIT" repository = "https://github.com/urschrei/polylabel-rs" [package.metadata.docs.rs] features = ["ffi"] [profile.release] lto = true rpath = true [lib] name = "polylabel" crate-type = [ "rlib", "cdylib", ] test = true doctest = true doc = true [[bench]] name = "benchmark" harness = false [dependencies.geo] version = "0.28.0" [dependencies.libc] version = "0.2.153" optional = true default-features = false [dependencies.num-traits] version = "0.2.18" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.cbindgen] version = "0.26.0" optional = true default-features = false [features] ffi = ["libc"] headers = ["cbindgen"]