calcit 0.13.13

Interpreter and js codegen for Calcit
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 = "calcit"
version = "0.13.13"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
build = "build.rs"
exclude = [
    "lib/*",
    "calcit/*",
    "ts-src/*",
    "js-out/*",
    "scripts/*",
    "docs/*",
    "!docs/CalcitAgent.md",
    "editing-history/*",
    "rfc/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interpreter and js codegen for Calcit"
homepage = "http://calcit-lang.org"
documentation = "https://docs.rs/crate/calcit/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/calcit-lang/calcit.rs"

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

[[bin]]
name = "cr"
path = "src/bin/cr.rs"

[[bin]]
name = "caps"
path = "src/bin/calcit_deps.rs"

[[bin]]
name = "cr-wasm"
path = "src/bin/cr_wasm.rs"

[dependencies.argh]
version = "0.1.19"

[dependencies.bisection_key]
version = "0.0.1"

[dependencies.cirru_edn]
version = "0.8.0"

[dependencies.cirru_parser]
version = "=0.2.15"

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.im_ternary_tree]
version = "0.0.20"

[dependencies.md-5]
version = "0.10.6"

[dependencies.notify]
version = "8.0.0"

[dependencies.notify-debouncer-mini]
version = "0.7.0"

[dependencies.regex]
version = "1.13.1"

[dependencies.rmp-serde]
version = "1.3.0"

[dependencies.rpds]
version = "1.2.1"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.strum]
version = "0.25"

[dependencies.strum_macros]
version = "0.25"

[dependencies.ureq]
version = "3.3.0"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.wasm-encoder]
version = "0.246.2"
default-features = false

[build-dependencies.cirru_edn]
version = "0.8.0"

[build-dependencies.cirru_parser]
version = "=0.2.15"

[build-dependencies.rmp-serde]
version = "1.3.0"

[build-dependencies.serde]
version = "1.0.229"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ctrlc]
version = "3.5.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libloading]
version = "0.9.0"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "unwind"
strip = "debuginfo"