# 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 = "geo-buffer" version = "0.2.0" authors = [ "Teneleven Corp<1011@1011.co.kr>", "Inseop Youn", ] description = "This crate provides methods to buffer (to inflate or deflate) certain primitive geometric types in the GeoRust ecosystem via a straight skeleton." readme = "README.md" categories = [ "algorithms", "graphics", "mathematics", "multimedia::images", ] license = "Apache-2.0" repository = "https://github.com/1011-git/geo-buffer" [dependencies.geo] version = "0.24.1" [dependencies.geo-types] version = "0.7.9" [dev-dependencies.geo-svg] version = "0.5.0" [dev-dependencies.wkt] version = "0.10.3"