# 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 = "rmosh" version = "0.0.13" authors = ["higepon@gmail.com>"] description = "R6RS & R7RS Scheme Interpreter" readme = "README.md" license = "MIT" repository = "https://github.com/higepon/mosh/tree/master/rmosh" [dependencies.bumpalo] version = "3.11.1" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.enum-display-derive] version = "0.1.1" [dependencies.lalrpop-util] version = "^0.19" features = ["lexer"] [dependencies.mimalloc] version = "0.1.27" default-features = false [dependencies.num-bigint] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-rational] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.5.2" [dependencies.onig] version = "6" [dependencies.ordered-float] version = "3.0" default-features = false [dependencies.proc-status] version = "0.1.1" [dependencies.rand] version = "0.6" [dependencies.regex] version = "1" [dependencies.rust-embed] version = "6.6.1" [build-dependencies.lalrpop] version = "0.19.7" [features] debug_log_gc = [] debug_log_vm = [] test_gc_size = []