# 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 = "sfcgal" version = "0.8.1" authors = ["Matthieu Viry "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ High-level bindings to SFCGAL and conversion from/to other geometry libraries. """ homepage = "https://github.com/mthh/sfcgal-rs" documentation = "https://mthh.github.io/sfcgal-rs/sfcgal/" readme = "README.md" keywords = [ "geometry", "geospatial", "gis", "sfcgal", ] categories = [ "algorithms", "api-bindings", ] license = "MIT/Apache-2.0" repository = "https://github.com/mthh/sfcgal-rs" [lib] name = "sfcgal" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [[example]] name = "skeleton_geojson" path = "examples/skeleton_geojson.rs" [[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"