# 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" version = "0.1.0" include = [ "/src", "LICENSE.md", "LICENSE-MIT", "LICENSE-APACHE", "README.md", ] description = "A small type system and an attribute macro automatically optimizing behind-the-scenes for working in linear algebra." documentation = "https://docs.rs/adv_linalg" readme = "README.md" keywords = [ "vector", "matrix", "linear", "algebra", "transformations", ] categories = [ "mathematics", "development-tools::procedural-macro-helpers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Adv-LinAlg/adv_linalg" [lib] proc-macro = true [dependencies.adv_linalg_lib] version = "0.1"