# 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 = "2021" name = "calcit" version = "0.9.6" authors = ["jiyinyiyong "] build = false exclude = [ "lib/*", "calcit/*", "js-out/*", "scripts/*", ] 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" [dependencies.argh] version = "0.1.12" [dependencies.cirru_edn] version = "0.6.11" [dependencies.cirru_parser] version = "0.1.31" [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.hex] version = "0.4.3" [dependencies.im_ternary_tree] version = "0.0.18" [dependencies.lazy_static] version = "1.5.0" [dependencies.notify] version = "7.0.0" [dependencies.notify-debouncer-mini] version = "0.5.0" [dependencies.rpds] version = "1.1.0" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.walkdir] version = "2.5.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.ctrlc] version = "3.4.5" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.libloading] version = "0.8.5"