# 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" rust-version = "1.80" name = "evcxr" version = "0.18.0" authors = ["The Evcxr Authors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "An Evaluation Context for Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/evcxr/evcxr" [lib] name = "evcxr" path = "src/lib.rs" [[bin]] name = "testing_runtime" path = "src/bin/testing_runtime.rs" [[example]] name = "example_eval" path = "examples/example_eval.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0.33" [dependencies.ariadne] version = "0.4.0" [dependencies.crossbeam-channel] version = "0.5.5" [dependencies.dirs] version = "5.0.1" [dependencies.evcxr_input] version = "1.0.0" [dependencies.json] version = "0.12.4" [dependencies.libc] version = "0.2.80" [dependencies.libloading] version = "0.8.0" [dependencies.once_cell] version = "1.5.2" [dependencies.pulldown-cmark] version = "0.9.3" features = ["simd"] default-features = false [dependencies.ra_ap_base_db] version = "0.0.233" [dependencies.ra_ap_hir] version = "0.0.233" [dependencies.ra_ap_ide] version = "0.0.233" [dependencies.ra_ap_ide_db] version = "0.0.233" [dependencies.ra_ap_paths] version = "0.0.233" [dependencies.ra_ap_project_model] version = "0.0.233" [dependencies.ra_ap_syntax] version = "0.0.233" [dependencies.ra_ap_vfs] version = "0.0.233" [dependencies.ra_ap_vfs-notify] version = "0.0.233" [dependencies.regex] version = "1.3.1" features = [ "std", "unicode-perl", ] default-features = false [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.tempfile] version = "3.1.0" [dependencies.toml] version = "0.8.0" [dependencies.unicode-segmentation] version = "1.7.1" [dependencies.which] version = "6.0.0" [build-dependencies.which] version = "6.0.0" [target.'cfg(all(unix, not(target_os = "freebsd")))'.dependencies.backtrace] version = "0.3.35" [target.'cfg(all(unix, not(target_os = "freebsd")))'.dependencies.sig] version = "1.0.0" [target.'cfg(target_os = "macos")'.dependencies.filetime] version = "0.2.13"