# 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 = "mech-math" version = "0.1.0" authors = ["Corey Montella "] description = "Math library for the Mech language" homepage = "https://mech-lang.org" documentation = "http://docs.mech-lang.org" readme = "README.md" keywords = [ "mech", "language", "programming", ] license = "Apache-2.0" repository = "https://github.com/mech-machines/math" [lib] crate-type = [ "dylib", "rlib", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.libm] version = "0.2.6" [dependencies.mech-core] version = "0.1" default-features = false [dependencies.mech-utilities] version = "0.1" default-features = false [badges.gitlab] branch = "main" repository = "mech-lang/machines/math" [badges.maintenance] status = "actively-developed"