# 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 = "2018" name = "intersect2d" version = "0.4.2" authors = ["eadf "] description = "Line segment intersection detection" readme = "README.md" keywords = ["intersection", "sweepline", "geometry"] license = "AGPL-3.0" repository = "https://github.com/eadf/intersect2d.rs" [[example]] name = "fltk_gui" path = "example/fltk_gui.rs" [[bench]] name = "bench" harness = false [dependencies.ahash] version = "0.7" [dependencies.approx] version = "0.5" [dependencies.geo] version = "0.18" [dependencies.num-traits] version = "0.2" [dependencies.rb_tree] version = "0.5" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.fltk] version = "1.2" [dev-dependencies.itertools] version = "0.10" [features] console_trace = []