# 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 = "2021" name = "munum" version = "0.2.0" authors = ["Andy K. S. Wong "] description = "Micro 3D Math Library" homepage = "https://github.com/andykswong/munum" documentation = "https://docs.rs/munum" readme = "README.md" keywords = [ "math", "matrix", "3d", "munum", ] categories = [ "mathematics", "no-std", "wasm", ] license = "MIT" repository = "https://github.com/andykswong/munum" [package.metadata.component] package = "munum:core" [package.metadata.docs.rs] features = [ "jsmath", "libm", "std", "serde", "wasm", ] [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "debuginfo" [dependencies.num] version = "0.4" default-features = false [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] jsmath = [] libm = ["num/libm"] std = ["num/std"] wasm = []