# 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 = "calx_vm" version = "0.2.0" authors = ["jiyinyiyong "] exclude = [] description = "Stack-based VM, with dynamic data, for experiment" homepage = "https://github.com/calcit-lang/calx-vm" documentation = "https://docs.rs/crate/calx_vm/" readme = "README.md" license = "MIT" repository = "https://github.com/calcit-lang/calx-vm.rs" [profile.release] debug = 2 [[bin]] name = "calx" path = "src/bin/cli.rs" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.cirru_parser] version = "0.1.26" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.2" [target."cfg(not(target_env = \"msvc\"))".dependencies.tikv-jemallocator] version = "0.5"