[package]
edition = "2021"
name = "ry-science"
version = "0.7.34"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Math, stats, and geometry for Ry-Dit — Bezier curves, statistics, optical illusions"
homepage = "https://github.com/lapumlbb18-blip/Ry-dit"
documentation = "https://docs.rs/ry-science"
readme = "README.md"
keywords = [
"bezier",
"statistics",
"geometry",
"optical-illusions",
"math",
]
categories = [
"game-development",
"science",
"mathematics",
]
license = "MIT"
repository = "https://github.com/lapumlbb18-blip/Ry-dit"
resolver = "3"
[lib]
name = "ry_science"
path = "src/lib.rs"
[dependencies.ry-core]
version = "0.8.2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"