// A crate that depends on `boost_geometry` alone — no `geometry-trait`,
// `geometry-tag`, or `geometry-cs` in its `Cargo.toml` — can use
// `#[derive(Point)]`: the generated impls reach the kernel traits through
// the facade's `__private` re-exports, and a parameterised coordinate
// system needs no extra import. trybuild compiles this file in a scratch
// package whose only geometry dependency is the facade.
use Point;