[dependencies.bitflags]
version = "2.10"
[dev-dependencies.rstest]
version = "0.26"
[lib]
name = "line_clipping"
path = "src/lib.rs"
[lints.clippy.nursery]
level = "warn"
priority = 0
[lints.clippy.pedantic]
level = "warn"
priority = 0
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"
[package]
authors = ["Josh McKinney"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "graphics"]
description = "A simple crate implementing line clipping algorithms."
documentation = "https://docs.rs/line-clipping"
edition = "2024"
keywords = ["line", "clipping", "algorithm"]
license = "MIT OR Apache-2.0"
name = "line-clipping"
readme = "README.md"
repository = "https://github.com/joshka/line-clipping"
rust-version = "1.85"
version = "0.3.5"