# 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 = "math-rs" version = "0.1.5" exclude = [ "dev/*", ".github/*", "makefile", ".vscode/*", ".gitignore", ] description = "A basic mathematical engine" homepage = "https://math-rs.rs" documentation = "https://docs.rs/math-rs" readme = "README.md" keywords = [ "mathematics", "algebra", "math", "matrix", ] license = "MIT OR Apache-2.0" repository = "https://github.com/VikSa666/mathrs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.pretty_assertions] version = "1.3.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-wasm] version = "0.2.1" [dependencies.wasm-bindgen] version = "0.2.84"