descartes 0.1.16

Imprecision-tolerant computational geometry for Rust
Documentation
# 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]
name = "descartes"
version = "0.1.16"
authors = ["Anselm Eickhoff <anselm.eickhoff@gmail.com>"]
description = "Imprecision-tolerant computational geometry for Rust"
license = "MIT"
repository = "https://github.com/aeickhoff/descartes"
[dependencies.compact]
version = "0.2.9"
optional = true

[dependencies.compact_macros]
version = "0.1.0"
optional = true

[dependencies.fnv]
version = "1.0.6"

[dependencies.itertools]
version = "0.7.6"

[dependencies.nalgebra]
version = "0.16"

[dependencies.ordered-float]
version = "0.5.0"

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true

[dependencies.smallvec]
version = "0.6.5"

[dependencies.stable-vec]
version = "0.2.1"
[dev-dependencies.pretty_assertions]
version = "0.5.1"

[features]
compact_containers = ["compact", "compact_macros"]
default = []
serde-serialization = ["serde", "serde_derive", "nalgebra/serde-serialize"]
stdweb = ["nalgebra/stdweb"]
[badges.maintenance]
status = "experimental"