[package] name = "vector-math" version = "0.1.0" authors = ["Jacob Lifshay "] edition = "2018" license = "MIT OR Apache-2.0" [dependencies] half = { version = "1.7.1", optional = true } typed-arena = { version = "2.0.1", optional = true } [features] default = ["f16", "fma"] f16 = ["half"] fma = ["std"] std = [] ir = ["std", "typed-arena"]