cljrs-stdlib 0.1.14

Built-in standard library namespaces for clojurust (clojure.string, clojure.set, clojure.test, …)
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 = "cljrs-stdlib"
version = "0.1.14"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in standard library namespaces for clojurust (clojure.string, clojure.set, clojure.test, …)"
readme = "README.md"
license = "EPL-1.0"
repository = "https://github.com/csm/clojurust"
resolver = "2"

[features]
default = ["prebuild-ir"]
no-gc = [
    "cljrs-gc/no-gc",
    "cljrs-value/no-gc",
    "cljrs-eval/no-gc",
    "cljrs-interp/no-gc",
    "cljrs-builtins/no-gc",
]
prebuild-ir = []

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

[dependencies.cljrs-builtins]
version = "=0.1.14"

[dependencies.cljrs-eval]
version = "=0.1.14"

[dependencies.cljrs-gc]
version = "=0.1.14"

[dependencies.cljrs-interp]
version = "=0.1.14"

[dependencies.cljrs-ir]
version = "=0.1.14"

[dependencies.cljrs-logging]
version = "=0.1.14"

[dependencies.cljrs-reader]
version = "=0.1.14"

[dependencies.cljrs-value]
version = "=0.1.14"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "sync",
    "rt-multi-thread",
]

[build-dependencies.cljrs-env]
version = "=0.1.14"

[build-dependencies.cljrs-eval]
version = "=0.1.14"

[build-dependencies.cljrs-interp]
version = "=0.1.14"

[build-dependencies.cljrs-ir]
version = "=0.1.14"

[build-dependencies.cljrs-value]
version = "=0.1.14"