mruby-math 0.1.0

mruby-math provides Math module for mruby/edge
Documentation
# 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 = "2024"
name = "mruby-math"
version = "0.1.0"
authors = ["Uchio Kondo <udzura@udzura.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mruby-math provides Math module for mruby/edge"
readme = "README.md"
license = "BSD-3-Clause"
resolver = "2"

[lib]
name = "mruby_math"
path = "src/lib.rs"

[[test]]
name = "functions"
path = "tests/functions.rs"

[[test]]
name = "sine"
path = "tests/sine.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.mrubyedge]
version = ">= 1.1.3"

[dev-dependencies.mec-mrbc-sys]
version = "3.3.1"

[dev-dependencies.mrubyedge]
version = ">= 1.1.3"
features = ["default"]