adc-lang 0.2.12

Array-oriented reimagining of dc, a terse RPN esolang
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 = "adc-lang"
version = "0.2.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Array-oriented reimagining of dc, a terse RPN esolang"
readme = "README.md"
license = "Unlicense"
repository = "https://github.com/43615/adc-lang"

[features]
no_os = []

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

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

[dependencies.bitvec]
version = "=1.0.1"

[dependencies.const_format]
version = "=0.2.36"

[dependencies.getrandom]
version = "=0.4.2"
features = ["std"]

[dependencies.lazy_static]
version = "=1.5.0"

[dependencies.linefeed]
version = "=0.6.0"

[dependencies.malachite]
version = "=0.9.1"
features = [
    "32_bit_limbs",
    "random",
]

[dependencies.phf]
version = "=0.13.1"
features = ["macros"]

[dependencies.regex]
version = "=1.12.3"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
panic = "unwind"
overflow-checks = false
incremental = false
strip = "symbols"