tatara-lisp 0.3.21

Homoiconic S-expression reader + macroexpander — the pleme-io Lisp authoring surface, hermetic-build standalone
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 = "2021"
name = "tatara-lisp"
version = "0.3.21"
authors = ["Pleme.io <engineering@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Homoiconic S-expression reader + macroexpander — the pleme-io Lisp authoring surface, hermetic-build standalone"
homepage = "https://github.com/pleme-io/tatara-lisp"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/tatara-lisp"

[features]
default = []

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

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

[dependencies.blake3]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tatara-closed-set]
version = "0.3.21"

[dependencies.tatara-lisp-derive]
version = "=0.3.21"

[dependencies.thiserror]
version = "2"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1