cljrs 0.1.21

clojurust CLI — run, repl, compile, and eval
# 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"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "clojurust CLI — run, repl, compile, and eval"
readme = "README.md"
license = "EPL-1.0"
repository = "https://github.com/csm/clojurust"
resolver = "2"

[features]
enable-rustyline = ["rustyline"]
no-gc = [
    "cljrs-gc/no-gc",
    "cljrs-value/no-gc",
    "cljrs-eval/no-gc",
    "cljrs-compiler/no-gc",
    "cljrs-runtime/no-gc",
    "cljrs-stdlib/no-gc",
]

[[bin]]
name = "cljrs"
path = "src/main.rs"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.cljrs-compiler]
version = "=0.1.21"

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

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

[dependencies.cljrs-interop]
version = "=0.1.21"

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

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

[dependencies.cljrs-runtime]
version = "=0.1.21"

[dependencies.cljrs-stdlib]
version = "=0.1.21"

[dependencies.cljrs-types]
version = "=0.1.21"

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

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.rustyline]
version = "18.0.0"
optional = true

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"