sfcgal 0.8.1

High-level bindings to SFCGAL and conversion from/to other geometry libraries.
[[bench]]
name = "bench"
path = "benches/bench.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.approx]
version = "0.5"

[dependencies.enum-primitive-derive]
version = "0.3"

[dependencies.geo-types]
version = "0.7"

[dependencies.geojson]
version = ">= 0.19, <= 0.24.1"

[dependencies.libc]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.sfcgal-sys]
version = "0.8.0"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "skeleton_geojson"
path = "examples/skeleton_geojson.rs"

[lib]
name = "sfcgal"
path = "src/lib.rs"

[package]
authors = ["Matthieu Viry <matthieu.viry@cnrs.fr>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "api-bindings"]
description = """
High-level bindings to SFCGAL and conversion from/to other geometry libraries.
"""
documentation = "https://mthh.github.io/sfcgal-rs/sfcgal/"
edition = "2021"
homepage = "https://github.com/mthh/sfcgal-rs"
keywords = ["geometry", "geospatial", "gis", "sfcgal"]
license = "MIT/Apache-2.0"
name = "sfcgal"
readme = "README.md"
repository = "https://github.com/mthh/sfcgal-rs"
version = "0.8.1"