[package] name = "wrenfold-traits" version = "0.1.0" edition = "2021" license = "MIT" authors = ["Gareth "] description = "Runtime traits for the wrenfold symbolic code-generation library." documentation = "https://wrenfold.org" homepage = "https://wrenfold.org" repository = "https://github.com/wrenfold/wrenfold" readme = "README.md" keywords = ["symbolic", "code-generation", "robotics", "vision"] categories = ["science::robotics", "computer-vision", "mathematics"] publish = true [dependencies] nalgebra = { version = "0.33.0", optional = true } [features] nalgebra = ["dep:nalgebra"]