# 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 = "flatgeom" version = "0.0.2" authors = ["MIERUNE Inc. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Geometry types using flat structures instead of jagged arrays" readme = "README.md" categories = [ "graphics", "science", "no-std", ] license = "MIT" repository = "https://github.com/MIERUNE/flatgeom-rs" [lib] name = "flatgeom" path = "src/lib.rs" [[test]] name = "serde" path = "tests/serde.rs" [[test]] name = "georust_interop" path = "tests/georust_interop.rs" [dependencies.num-traits] version = "0.2.19" [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true [dev-dependencies.geo-types] version = "0.7" [dev-dependencies.geojson] version = "0.24" [dev-dependencies.indexmap] version = "2.2" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.thiserror] version = "1.0"