# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "duckduckgeo" version = "0.4.2" authors = ["Ken Reed "] description = "2d geom library" readme = "readme.md" keywords = ["geometry"] license = "MIT/Apache-2.0" repository = "https://github.com/tiby312/duckduckgeo" [dependencies.axgeom] version = "1.6" [dependencies.bit-vec] version = "0.6" [dependencies.dists] version = "0.4" [dependencies.more-asserts] version = "0.2" [dependencies.rand] version = "0.7.0" [dependencies.serde] version = "1.0" features = ["derive"]