path-traits 0.1.0

Tower-like generic traits for parametric paths, segments, and geometric queries
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 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 = "2024"
name = "path-traits"
version = "0.1.0"
authors = ["Markus Mayer <widemeadows@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tower-like generic traits for parametric paths, segments, and geometric queries"
readme = "README.md"
keywords = [
    "path",
    "curve",
    "geometry",
    "planning",
    "trait",
]
categories = [
    "mathematics",
    "science::robotics",
    "no-std",
]
license = "EUPL-1.2 OR MIT OR Apache-2.0"
repository = "https://github.com/sunsided/path-traits"

[features]
default = []
num-traits = ["dep:num-traits"]
std = ["num-traits?/std"]

[lib]
name = "path_traits"
path = "src/lib.rs"

[[test]]
name = "default_no_features"
path = "tests/default_no_features.rs"

[[test]]
name = "num_traits_only"
path = "tests/num_traits_only.rs"

[[test]]
name = "std_num_traits"
path = "tests/std_num_traits.rs"

[[test]]
name = "std_only"
path = "tests/std_only.rs"

[dependencies.num-traits]
version = "0.2"
optional = true
default-features = false