tulisp 0.25.0

An embeddable lisp interpreter.
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"
rust-version = "1.88.0"
name = "tulisp"
version = "0.25.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An embeddable lisp interpreter."
readme = "README.md"
keywords = [
    "lisp",
    "scripting",
    "emacs-lisp",
]
categories = [
    "compilers",
    "config",
]
license = "GPL-3.0"
repository = "https://github.com/shsms/tulisp"

[features]
big_functions = []
sync = []

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

[[bin]]
name = "tulisp"
path = "src/bin/tulisp.rs"

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

[profile.release]
lto = true