# 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 = "2018" name = "calcit_runner" version = "0.5.25" authors = ["jiyinyiyong "] exclude = ["lib/*", "calcit/*", "js-out/*", "scripts/*"] 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 = "bundle_calcit" path = "src/bin/bundle_calcit.rs" [dependencies.cirru_edn] version = "0.2.14" [dependencies.cirru_parser] version = "0.1.18" [dependencies.clap] version = "3.1.6" [dependencies.dirs] version = "4.0.0" [dependencies.hex] version = "0.4.3" [dependencies.im_ternary_tree] version = "0.0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "4.0.17" [dependencies.rpds] version = "0.11.0" [dependencies.walkdir] version = "2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ctrlc] version = "3.2.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libloading] version = "0.7.3"