# 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-svg" version = "0.7.0" authors = [ "GĂ©rald Lelong ", "RobWalt ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert geo types to SVG strings for visualization" readme = "README.md" keywords = [ "geo", "polygon", "svg", "visualization", ] categories = [ "development-tools::debugging", "graphics", "multimedia::images", "visualization", ] license = "ISC" repository = "https://github.com/georust/geo-svg" [lib] name = "geo_svg" path = "src/lib.rs" [dependencies.geo] version = "0.29.0" default-features = false [dependencies.num-traits] version = "0.2.17"