grift_std 1.4.0

Standard library I/O and runtime features for the Grift Scheme language (requires std)
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 = "grift_std"
version = "1.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library I/O and runtime features for the Grift Scheme language (requires std)"
documentation = "https://docs.rs/grift_std"
readme = false
keywords = [
    "scheme",
    "lisp",
    "io",
    "stdlib",
    "interpreter",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gold-silver-copper/grift"
resolver = "2"

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

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

[dependencies.grift_core]
version = "1.4.0"
default-features = false