[[bin]]
name = "ospl"
path = "src/main.rs"
[dependencies.libffi]
version = "4.1"
[dependencies.libffi-sys]
features = ["system"]
version = "3.3.3"
[dependencies.libloading]
version = "0.8"
[lib]
name = "ospl"
path = "src/lib.rs"
[package]
authors = ["Oscar Langlois <ocyalt4@gmail,com>", "Colton Wollinger <cwoll1home@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "the (UNFINISHED!!!) OSPL programming language"
edition = "2024"
homepage = "https://ospl-lang.github.io"
license = "GPL-3.0-or-later"
name = "ospl"
readme = "README.md"
version = "0.0.29"
[[test]]
name = "tuple_prop_access"
path = "tests/tuple_prop_access.rs"
[[test]]
name = "tuple_prop_set"
path = "tests/tuple_prop_set.rs"