# 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 = "evcxr_repl" version = "0.18.0" authors = ["The Evcxr Authors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A REPL for Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/evcxr/evcxr" [lib] name = "evcxr_repl" path = "src/lib.rs" [[bin]] name = "evcxr" path = "src/bin/evcxr.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0.33" [dependencies.ariadne] version = "0.4.0" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.crossbeam-channel] version = "0.5.5" [dependencies.ctrlc] version = "3.2.3" [dependencies.evcxr] version = "=0.18.0" [dependencies.mimalloc] version = "0.1" optional = true default-features = false [dependencies.once_cell] version = "1.5.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.regex] version = "1.4.1" features = ["std"] default-features = false [dependencies.rustyline] version = "14.0.0" [dependencies.unicode-segmentation] version = "1.7.1" [dependencies.unicode-xid] version = "0.2" [dependencies.yansi] version = "0.5.1" [features] default = ["mimalloc"]