calcit 0.12.21

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.12.21"
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
build = "build.rs"
exclude = [
    "lib/*",
    "calcit/*",
    "ts-src/*",
    "js-out/*",
    "scripts/*",
    "docs/*",
    "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 = "bundle_calcit"
path = "src/bin/bundle_calcit.rs"

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

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

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

[dependencies.argh]
version = "0.1.13"

[dependencies.bisection_key]
version = "0.0.1"

[dependencies.cirru_edn]
version = "0.7.4"

[dependencies.cirru_parser]
version = "0.2.3"

[dependencies.colored]
version = "3.0.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.im_ternary_tree]
version = "0.0.20"

[dependencies.notify]
version = "8.0.0"

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

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

[dependencies.rpds]
version = "1.1.0"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.25"

[dependencies.strum_macros]
version = "0.25"

[dependencies.ureq]
version = "3.2.0"

[dependencies.walkdir]
version = "2.5.0"

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

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

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

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

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

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

[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"