# 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 = "adv_linalg_lib" version = "0.1.1" authors = ["Eric Ovenden "] include = [ "/src", "LICENSE.md", "LICENSE-MIT", "LICENSE-APACHE", "README.md", ] description = "Core library for Adv_LinAlg procedral macros" documentation = "https://docs.rs/adv_linalg_lib" readme = "README.md" keywords = [ "vector", "matrix", "linear", "algebra", "transformations", ] categories = [ "no-std", "no-std::no-alloc", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Adv-LinAlg/adv_linalg_lib" [dependencies.adv_linalg_proc_macro] version = "0.1" [dependencies.cfg-if] version = "1.0" [features] default = ["full"] full = ["no_std"] no_std = []